home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A071259.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  192.0 KB  |  1 channel  |  11,025 sample rate  |  17 seconds
Transcription: If the combined length of the strings does not fit into the allocated space, the function calculates the number of bytes required and calls the new operator to allocate a block of dynamic memory of the required size. The pointer to this memory is stored in the pointer newText.