User profile: xwielder

User info
User name:xwielder
History
Joined:
Number of posts:39
Latest posts:

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 char
Unless you're trying to do something like this:? [code] int digi = 5; std::string buf = ""; char st...

How to properly free() a _strdup variable
True. 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 variable
Andy, awesome insight, and thank you! Allow me to explain my position on NULLing. If I free() and ...

This user does not accept Private Messages

User: xwielder

  • Public profile