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

  1. Because objects of the String class contain arrays of characters
  2. that are located in the free store, the String class overloads
  3. the assignment operator.  Notice how the operators new and delete
  4. are used by this function.
  5.