An alternative to using the string objects is to use character
arrays, also supported by C++.
This is covered on the book, starting on page 233. This material WILL
NOT be required for class. We will use string objects instead.
Dealing with text using character arrays (not
covered)