New to the Game [Archive] - C Board

PDA

View Full Version : New to the Game


oo0speed0oo
03-22-2002, 04:05 PM
I recently just started learning C++, for the usage of learning how to make games. I had a question, i've been looking in to programming linux, how does that work? Does it use the same code as Linux?

Thanx for you time.

muttski
03-22-2002, 04:09 PM
all ansi compliant code should work.

taylorguitarman
03-22-2002, 04:46 PM
Check out Simple DirectMedia Layer (www.libsdl.org). It's a cross platform multimedia API that's very simple to start using. Start with something small, make an object bounce around the screen. Then, gradually, move on to more complicated programs.