User profile: levone

User info
User name:levone
Name:christian
Location:indiana
Website:http://banksprojects.info
Statistical data
Birthdate:Nov 13, 1991
Gender:Male
Occupation:Student
Skills:C
PHP
C++
Assembly
History
Joined:
Number of posts:31
Latest posts:

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 array
I 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 array
oh I see.. Well, using a struct(class in my case) like that is a good idea.. dunno why i don't thi...