User profile: programmerdog

User info
User name:programmerdog
Old user name:programmerdog297
History
Joined:
Number of posts:29
Latest posts:

Hello people!
It has great multiplayer support without almost any lag, though.

Spelling mistakes: do you care?
[quote]I don't even consciously fix spelling mistakes; it just... happens.[/quote] It's kind of inte...

I feel like I'm missing something obvious...
The else statement won't execute if any of the if (or else if) statements are true.

C++ on OS X vs Windows
I program on a macbook pro. I am almost exactly like tiny screaming yak, except I do have a decent ...

static vs ordinary variables
Yes, like in a for-loop: [code] for (;;) { static int i = 0; //... i++; } [/code] i will...