home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07113.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  268.0 KB  |  1 channel  |  11,025 sample rate  |  25 seconds
Transcription: The argument passed to delete must be a pointer supplied previously by the new operator. If it is anything else, the effect is unpredictable, potentially harmful, and possibly different on different implementations of C++. The one exception is that delete does nothing when the argument is a null pointer. After a deletion, the value of the pointer to the object deleted is undefined.