home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06163.TXT < prev    next >
Encoding:
Text File  |  1993-08-18  |  177 b   |  4 lines

  1. The second new function is a copy constructor.  This function must
  2. do some nontrivial work to make a copy of an existing PhoneBk
  3. object.  Its complete code is included here.
  4.