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

  1. Initialize the static variables.  The "cacheSize" is 3. The number
  2. of "CachedNode"s used in the cache is 0. "nextFree" points to
  3. null.  "pCache" points to the array that is used as the cache.
  4.