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

  1. Like the default copy constructor, the compiler-supplied
  2. assignment operator copies data members of class objects member by
  3. member.  This diagram shows what the compiler-supplied functions
  4. do when one of the data members is a pointer to something.
  5.