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

  1. To avoid this situation, provide a copy constructor and assignment
  2. operator that allocate memory and duplicate the data in the free
  3. store.  The pointer in each object can then point to an
  4. independent copy of the data in the free store.
  5.