UMBC CMSC 202, Computer Science II, Spring 1999, Sections 0101, 0102, 0103, 0104

Project 2 Notes


  1. You are free to modify the private sections of the classes provided for this project. Do NOT change the public sections in any way.
  2. 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.


Last Modified: 3 Mar 1999 17:00:20 EST by Alan Baumgarten, abaumg1@cs.umbc.edu

Back up to Spring 1999 CMSC 202 Section Homepage