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

  1. The other constructors are not included here because they are
  2. similar to the default constructor.  The main difference is that
  3. the copy constructor and converter from type char* allocate enough
  4. memory to hold the characters in the existing object and copy
  5. those characters into the allocated storage.
  6.