home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08125.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  231.4 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: The list class has one iterator, the function next. The list class also includes the member function goToTop. The phone book class must call goToTop before every traversal of the list to ensure that the iterator starts at the first element. The data member current must also be shared by all routines using the container.