Forum: Game Development Aug 27th, 2007 |
| Replies: 4 Views: 1,831 |
Forum: Game Development Aug 26th, 2007 |
| Replies: 4 Views: 1,831 sdl color key, don't understand Hey guys I can't figure out how to get the sdl colorkey to work, I've tried to find a tutorial on it, but nothing seemed to make sense.
if ( SDL_Init( SDL_INIT_VIDEO ) < 0 )
{
... |
Forum: C++ Aug 16th, 2007 |
| Replies: 2 Views: 509 simple project to help me understand pointers. Hey guys, I "understand" pointers. But I do not understand how I could actually put them to use. If you could give me a few example programs of how they would be used, then I could try to make the... |
Forum: C++ Aug 16th, 2007 |
| Replies: 4 Views: 373 Re: first few steps I'm using the same book. I hat how it gets you to just edit the code it gives you. Put your code to the test. Think of simple things to make, even if it is really corny.
Joe |
Forum: Game Development Aug 15th, 2007 |
| Replies: 5 Views: 1,135 Re: Where should I start? Just a suggestion, python. Python is both a programing language, as well as a web design language. It has a very clean syntax and is perfect for teaching beginners the basic principles of computer... |