home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A062041.TXT < prev    next >
Encoding:
Text File  |  1993-11-18  |  213 b   |  10 lines

  1. Objects of the class
  2. Node are used as items
  3. in a linked list.  Each
  4. item, or Node object,
  5. contains an integer
  6. variable that holds some
  7. data and a pointer that
  8. acts as a link to the
  9. next item in the list.
  10.