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

  1. The constructor for the List class initializes the pointer "first"
  2. to a null pointer because the list is empty.  The
  3. compiler-supplied destructor is not adequate for this class.  A
  4. destructor is explicitly defined.
  5.