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

  1. This new Node object is
  2. to be inserted after the
  3. node of the pointer
  4. "prior".  The node that
  5. is currently in that
  6. position must follow the
  7. new node.  Here, the
  8. data member "next" of
  9. the new node is set
  10. equal to the data member
  11. "next" of the "prior"
  12. node.
  13.