Builtin
string
class
n
char* strings are lame
n
Can't hold null characters
n
Can be conflated with a
pointer to a single char
n
Can't directly compare
n
Small library of
operations
n
No bounds checking
n
n
string
class fixes
many of the problems
n