home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A071033.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  253.2 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: To place an object at a specific address in the FreeStore, specify the placement location in parentheses when you call the new operator. Here, an array of 256 integers is created at the location pointed to by BUFF. The value returned by this call of the new operator is printed. The pointer's BUFF and STORE should point to the same location.