home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A071292.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  300 b   |  6 lines

  1. For your class, you may want to dynamically allocate memory from
  2. some memory area other than the free store.  This area could be a
  3. shared memory pool, if your operating system supports shared
  4. memory, or as in this example, a cache created by declaring a
  5. block of memory as a static data member.
  6.