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

  1. Because two data members of this class are pointers (one for the
  2. array of names, and one for the array of telephone numbers) the
  3. default copy constructor does not work correctly on PhoneBk
  4. objects.  A copy constructor is supplied with the class
  5. definition.  When a PhoneBk object is declared, and an exiting
  6. PhoneBk object is supplied in the declaration, this constructor
  7. function is invoked.
  8.