home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A101311.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  242.3 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: The member function insert of the list class adds an item to a list. In this case, an item is an object of the phoneNum class. The first two arguments of this function are dated to be stored in the phoneNum object. The argument next is an iterator object. The iterator is required to ensure that the item is inserted at the correct position in the list.