home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A071256.TXT < prev    next >
Encoding:
Text File  |  1993-09-22  |  237 b   |  5 lines

  1. The destructor for the String class must use the delete operator
  2. to deallocate the dynamic memory allocated for the object by the
  3. constructors.  Notice that the array form of the delete operator
  4. is used for the member of type char*.
  5.