How can I change strings value?
Posted: Sat Dec 18, 2010 10:40 am
Ithink it's a noob question but i can't do this
Game Editor discussion board
http://game-editor.com/forum/
char * test; // it is null
test = malloc(255); // no longer null
strcpy(test, "text to go into the string here");
csak1ideig.text = file1;
strcpy(text, file1);