home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17223.TXT < prev    next >
Encoding:
Text File  |  1993-10-02  |  222 b   |  5 lines

  1. The constructor initializes the internal state of the object.
  2. "pList", the pointer to the linked list, is assigned NULL.
  3. "used", which keeps track of the number of nodes in the linked list,
  4. is assigned the value zero.
  5.