home *** CD-ROM | disk | FTP | other *** search
- Here, the new operator is used to reserve 1024 bytes of
- memory, but not to create an object, at the location pointed to by
- the pointer "store". The value of the pointer returned by the new
- operator is printed. A placement address in the area preallocated
- here can be supplied in a subsequent call of the new operator.
-