home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A070946.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  191.4 KB  |  1 channel  |  11,025 sample rate  |  17 seconds
Transcription: Here, the new operator allocates 13 bytes in the dynamic memory area. The standard function stringCopy() copies the string, text and code, into these bytes. The value of the pointer, pointToFree(), is the location of the copy of this string.