First page
Back
Continue
Last page
Graphics
Pointers and Strings
Remember, a c-string is simply an array of char.
For an example of c-string and pointer arithmetic, AND the strcpy() function, see ptrstr.cpp in prata examples.