STL and FILE I/O problems[quote][code]map<char*, char*> table; table["why"] = "word_why"; table["hello"] = "word_hello"; ta...
Getting pixel information from fonts?http://freetype.sourceforge.net It allows you to load different true type font types, and get their...
A small SDL and array problemHmm, interesting. I wouldn't though the line [code] SDL_Rect randRect[] = {(halfscreenX - (rand() %...
Garbage Collection - Why?I don’t understand this anti-gc attitude. Every tiny-winy detail you have to think about decreases...
Platform Abstraction[quote]some sort of engine, definitely one that will allow the creation of games, but not necessaril...