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

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