home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A101219.TXT < prev    next >
Encoding:
Text File  |  1993-09-24  |  293 b   |  6 lines

  1. These lines print a message before each object in the list is
  2. destroyed.  For another application, this destructor could be
  3. modified to save the data by writing it in a file.  Because the
  4. entries in a list were created using the new operator, the delete
  5. operator is used to destroy them.
  6.