UMBC CMSC 202, Computer Science II, Spring 1999,
Sections 0101, 0102, 0103, 0104
Project 2 Notes
- You are free to modify the private sections of the classes provided for this project. Do NOT
change the public sections in any way.
- In the default constructor for the
String
class, you may choose not to
set _cptr
to NULL. An acceptable alternate approach would be have _cptr
point to an empty string.