home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A0712511.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  296.4 KB  |  1 channel  |  11,025 sample rate  |  27 seconds
Transcription: The old copy of the characters in the string object is no longer required. The char star object of the pointer text is deleted and the memory at that location is released. The data member text is updated to store the location of the combined strings. Note that the pointer newText is a local object in this function and that newText is destroyed when the function append ends.