First page Back Continue Last page Graphics
STRINGS
Two forms available, C and C++
C++ is a string class (discussed later)
C strings are simply an array of characters.
I'll violate my own rule and discuss old C strings.
However, after you are done with CS210 you should use the C++ string class. It's much easier and safer.