Strings
Introduction
n Cstrings
n C++
string class
Cstrings
n Values
n Variables
n Null
character
Predefined Cstring Functions
n #include
<cstring>
n strcpy
n strcat
n strlen
n strcmp
Cstring
Output and Input
n cout
n cin.getline
Cstring
to Number conversions
n atoi
n atof
The C++ Standard string
Class
n Introduction
n #include
<string>
n I/O
n String
processing