First page Back Continue Last page Graphics
C++ STRINGS
string is part of the Standard C++ Library
new stuff:
- cin : standard input stream (normally the keyboard) of type istream.
- >> operator
- string constructor (#, character)
- + concatenation operator on strings
- size member function