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

  1. Here, the new operator is used to reserve 1024 bytes of
  2. memory, but not to create an object, at the location pointed to by
  3. the pointer "store".  The value of the pointer returned by the new
  4. operator is printed.  A placement address in the area preallocated
  5. here can be supplied in a subsequent call of the new operator.
  6.