home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A141352.TXT < prev    next >
Encoding:
Text File  |  1993-09-28  |  182 b   |  4 lines

  1. The structure Node is a private member of SLList.  The
  2. singly-linked list is made up of objects of Node, each of which
  3. has a data part and a pointer to the next node in the list.
  4.