home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A101312.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  194.2 KB  |  1 channel  |  11,025 sample rate  |  18 seconds
Transcription: First, the function insert() creates a PhoneNum object. The operator new() allocates memory for a PhoneNum object in dynamic memory, and the arguments who() and tellNum() are used by the constructor of the PhoneNum class to initialize the PhoneNum object.