How would i make this value be test???
char testing[256]; //NEEDS TO EQUAL test
what can i do?
im just guessing
char testing[256][test];
char testing[256]["test"];
char testing[256, test];
Problem Fixed thanks to kirby
if anyone wants to know how to do it
char tesing[256] = "test";
MY 100TH POST WOOT


LinkBack URL
About LinkBacks

Reply With Quote




Bookmarks