home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A091613.TXT < prev    next >
Encoding:
Text File  |  1993-10-13  |  207 b   |  5 lines

  1. The assignment operator that the compiler supplies
  2. by default is a member-wise copy.  Each data member
  3. of the second argument of the operator is copied
  4. to the corresponding member of the first argument.
  5.