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

  1. The main difference between SLList and DLList is this extra
  2. pointer in the Node structure.  prev points to the previous node
  3. in the list.
  4.