home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A071258.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-16  |  284.4 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: First, this function must check whether or not the additional characters fit into the memory allocated. If the combined length of the existing characters and the additional characters is less than the number of allocated bytes, the function can call standard function stringCatenate to concatenate the strings into the allocated bytes. The function then updates the value of the data member len and stops.