Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
4
Posts with Upvotes
3
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #3K
~36.8K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

17 Posted Topics

Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
14K
Member Avatar for The Dude
Member Avatar for SgtMe
Member Avatar for sillyboy
Member Avatar for Scuppery
Member Avatar for flagstar

I'm playing League of Legends for a couple of years now while waiting for Diablo 3 to release. It's an awesome free to play MOBA game that i think is better than dota(at least a lot more prettier, and the gameplay/community is a lot more forgiving of not being pro). …

Member Avatar for jwenting
2
1K
Member Avatar for ShaRp codeR

[CODE]while (principal = 0) { // Settings for, to show the decimal precision cout << fixed << showpoint << setprecision(2); // Calculations output cout << setw(2) << month; cout << setw(16) << principal; cout << setw(17) << interestPaid; cout << setw(18) << principalPaid; cout << setw(19) << principal << endl; …

Member Avatar for Nathaniel10
0
170
Member Avatar for David321

I use Sennheiser MX360. They're great, my last one lasted for over 3 years, and it still works but the quality has degraded. They are cheap (around 15$ i think) and give great sound quality.

Member Avatar for coolbeanbob
0
169
Member Avatar for TheNNS

If you really want to get revenge without risking your job, then scrap his PERSONAL computer, not his work comp. EDIT: Woops, i guess i should read the entire thread, or atleast the posting date of the original post before posting a comment.

Member Avatar for Narue
0
640
Member Avatar for jonnyboy12

I'm not sure of it but you can try and see some open source projects based on free game engines to see how much coding is used generally. Just my two cents.

Member Avatar for sundip
0
312
Member Avatar for Member #46692
Member Avatar for Arkrothe
0
182
Member Avatar for gunbuster363

[url]http://blag.xkcd.com/[/url] is a pretty cool blog, and [url]http://thelasthumanist.blogspot.com/[/url] is the blog of my high school physics teacher. We had pretty wicked classes with him :P

Member Avatar for Arkrothe
0
126
Member Avatar for MooGeek
Member Avatar for faroukmuhammad
Member Avatar for Vusumuzi

You'll have to use "&&" (AND) instead of "||" (OR) as OR returns true if any one of it's expressions are true so even if you enter sex='m', although the first expression is false, the second 1 is true as sex!='f' so the entire expression will result in TRUE and …

Member Avatar for Vusumuzi
0
326
Member Avatar for Arkrothe

I'm an engineering student in computer science who loves programming and wants to learn game designing. I hope to learn a lot of stuff and have fun too, and when i get to be a good programmer i'll be sure to pass on the knowledge :) So hello Daniweb!

Member Avatar for debasisdas
0
38
Member Avatar for Arkrothe

What will happen? Here's a code that i tried, it works but i don't really get what's actually happening or how many instances of the static test t are getting created. [CODE] #include<iostream> using namespace std; class Test { public: static Test t; void hello() { cout<<"this line shall be …

Member Avatar for Arkrothe
0
243

The End.