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