home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16136.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  207.3 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: An exception handler that receives a class object must have access to the copy constructor of the class. If a user-defined copy constructor is accessible, it is used. Otherwise, the default copy constructor is used. If no copy constructor is available, an error occurs.