- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 3
- Upvoting Members
- 4
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
17 Posted Topics
Violence is the last refuge of the incompetent. -By Isaac Asimov
Wherever he wishes to be at any particular time. Who needs a map?
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). …
[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; …
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.
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.
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.
Those are some pretty cool renders! Is Blender3d easy to learn?
[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
There's always the big cat diaries to watch on the Animal Planet.
18 and still cant drive anything :/
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 …
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!
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 …
The End.