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

  1. You can use the new operator to place an object of a class in free
  2. store.  Here, a PhoneBk object is placed in the dynamic memory
  3. area and its location is stored in the pointer "mybook".  An array
  4. of 26 PhoneBk objects is in the free store at the address stored
  5. in the pointer "alphabook".
  6.