home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06095.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  208.9 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: Including constructors and destructors in a class definition never does any harm. Determining whether or not the compiler supplied constructor or destructor is adequate for a class can be difficult. Therefore, many C++ programmers explicitly define constructors and destructors for all classes.