Predefined Functions
Unfortunately string values and variables are not like values and variables of other data types
Many of the usual operations do not work (or do not work as one would expect)
- you can not use the assignment operator =
- you can not use the operator == in an expression to test whether two strings are the same
-
To perform these and other operations there exist a set of predefined functions in the library cstring (#include <cstring>)