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

  1. The compiler can supply an assignment operator for a class, as
  2. well as a default constructor, a copy constructor, and a
  3. destructor.  These compiler-supplied defaults are inadequate when
  4. the class data members are pointers to dynamically allocated
  5. memory.
  6.