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

  1. This class has three constructors and an explicitly defined
  2. destructor.  The first constructor is a default constructor.  It
  3. can also create a String that holds a specified number of
  4. characters.  The second constructor is a copy constructor.  The
  5. third constructor converts an object of type char* to a String.
  6. These constructors and the destructor use dynamic memory.
  7.