home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09223.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  191.4 KB  |  1 channel  |  11,025 sample rate  |  17 seconds
Transcription: The overloaded operator delete must return a void type and its first argument must be void star. The second argument for the overloaded delete operator is optional and, if present, it must have type size T. You can only define one delete operator for a class.