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

  1. These lines destroy the PhoneNum object that is the first item in
  2. this linked list.  Notice that the pointer "first" is updated.
  3. The operator delete calls the destructor of the PhoneNum object
  4. and deallocates the dynamic memory it occupied.
  5.