I need some help on c++ / game creating info.My question would be, what is your definition of "game development"? I only ask because I know of m...
How to convert int to charUnless you're trying to do something like this:? [code] int digi = 5; std::string buf = ""; char st...
How to properly free() a _strdup variableTrue. Thank you. [code]void free_proID(struct prof_Name_ID*&proID)[/code] works great.
How to properly free() a _strdup variable[quote="ne555"]Use a constructor instead [/quote] I agree too. [code] if (proID) { fr...
How to properly free() a _strdup variableAndy, awesome insight, and thank you! Allow me to explain my position on NULLing. If I free() and ...
This user does not accept Private Messages