home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A071243.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  264.7 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: This class has three constructors and an explicitly defined destructor. The first constructor is a default constructor. It can also create a string that holds a specified number of characters. The second constructor is a copy constructor. The third constructor converts an object of type CharStar to a string. These constructors and the destructor use dynamic memory.