Search found 5 matches
- Fri Jun 12, 2009 5:14 pm
- Forum: General/Off-Topic
- Topic: How to make money
- Replies: 25
- Views: 2423
Re: How to make money
Why is this thread still active?
- Fri Jun 12, 2009 4:07 pm
- Forum: Programming Discussion
- Topic: (solved =0] )Having problems setting up SDL
- Replies: 6
- Views: 782
Re: Having problems setting up SDL
Go into Dev-CPP's linker options and add SDL.lib SDLmain.lib , should fix the problem. I don't use that compiler so I can't give you EXACT instructions, but that's what you'll add to the linker. Hope that helps!
-Cameron
-Cameron
- Thu Jun 11, 2009 8:15 pm
- Forum: General/Off-Topic
- Topic: Gummy Bear
- Replies: 3
- Views: 418
Re: Gummy Bear
NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO. My wife LOVES this song.
#define myhatred
#include thejahooli
#define myhatred
#include thejahooli
- Thu Jun 11, 2009 4:40 pm
- Forum: Game Development
- Topic: What puts you "In the mood" to dev?
- Replies: 30
- Views: 5424
Re: What puts you "In the mood" to dev?
After a bunch of pr0n and some cereal. Lol, just messing. Typically I get put in the mood after watching an episode of the Elysian Shadow team's work. Or, if I get REALLY bored of playing WoW (which happens a lot, and yes I know I shouldn't be playing it, lol) then I typically start programming or r...
- Thu Jun 11, 2009 4:12 pm
- Forum: Programming Discussion
- Topic: What programming language to start
- Replies: 8
- Views: 657
Re: What programming language to start
If you watched GyroVorbis's "HowTo Game Development" videos, you'll have your answers for you ;-). Basically, before you go on jumping into any form of graphics, you'll want to have a basic understanding of your language. From my understanding, you'll be sticking with C++, and there are pl...