home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A101219.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  185.4 KB  |  1 channel  |  11,025 sample rate  |  17 seconds
Transcription: These lines print a message before each object in the list is destroyed. For another application, this destructor could be modified to save the data by writing it in a file. Because the entries in a list were created using the new operator, the delete operator is used to destroy them.