warning: deprecated conversion from string constant to 'char*'|good point. odd thing thought, it has worked fine actually. Maybe gpp scans and assigns all hard...
warning: deprecated conversion from string constant to 'char*'|oh right... I always miss the obvious stuff. :/ Thanks. I didn't use a std::string because it is...
warning: deprecated conversion from string constant to 'char*'|Images typdef [code]typedef std::map<char*, SDL_Surface*> Images;[/code] Code in question. [cod...
void pointer to void arrayI do use Boost for programs that are only for Computers. I use SDL for games that run on a bunch of...
void pointer to void arrayoh I see.. Well, using a struct(class in my case) like that is a good idea.. dunno why i don't thi...