home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07132.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  260.9 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: You can write a function to be called automatically whenever the new operator cannot allocate the requested space. For example, the function may clean up memory by deleting objects no longer needed or it may simply print a message and terminate the program. In current and future C++ compilers, such a function is a handler for an exception thrown by the new operator.