| Sample Assignment: The String Class
   | 
| 
     | 
mystring.h:
         The header file for the string
	 class. You may start with the book's
	 version of this file.
         string.cxx: The implementation file for the new
	 string class. You will write all of this file, which will
	 have the implementations of all the string's member functions.