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

  1. The linked list now
  2. contains one more Node
  3. object than it did
  4. before the function
  5. call.  Constructs such
  6. as links are very
  7. powerful programming
  8. tools.  As well as
  9. creating your own
  10. classes for these
  11. constructs, you can make
  12. use of C++ class
  13. libraries that are
  14. available.
  15.