home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07143.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  206.2 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: The New and Delete operators may use a different memory allocation scheme than the standard functions. Memory allocated by New should be deallocated by Delete. Memory allocated by MALEC, CALEC, or REALIC should be deallocated by Free. Try to avoid using both methods in one program.