Wednesday, August 17, 2011

Help with C style Strings?

in a C style string (ie: char *letters[10]) how do you add the null terminator ('\0') if you are stepping through the array with pointers?

No comments:

Post a Comment