NEWBIE HELPYou may find this interesting... http://www.dreamincode.net/forums/topic/343554-need-help-with-cod...
Accessing an array[b]In test.h[/b] [code] struct whichMessage { const char *toMe; const char *toYou; const ch...
Accessing an array[code] struct whichMessage { const char *toMe; const char *toYou; const char *toThem; ...
free() a char* once it's been cycled through.Yes, thank you. That's much more efficient. Tested successfully. [code] char *orig = _strdup(my.G...
free() a char* once it's been cycled through.[code] char *orig = _strdup(my.GetData("creatureLoads")); // Pulling data from a MySQL table. char *...
This user does not accept Private Messages