home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A071032.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  227.5 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: 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 pre-allocated here can be supplied in a subsequent call of the new operator.