home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A0922121.TXT < prev    next >
Encoding:
Text File  |  1993-08-26  |  210 b   |  5 lines

  1. A "CachedNode" is allocated using "new()".  "new()" has been
  2. overloaded so that the "CachedNode" class "new()" is called.  The
  3. address of the "CachedNode" that has been allocated is assigned to
  4. "nodeList".
  5.