home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A071271.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-12-01  |  183.2 KB  |  1 channel  |  11,025 sample rate  |  17 seconds
Transcription: The compiler can supply an assignment operator for a class, as well as a default constructor, a copy constructor, and a destructor. These compiler supplied defaults are inadequate when the class data members are pointers to dynamically allocated memory.