home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A10142.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  291.0 KB  |  1 channel  |  11,025 sample rate  |  27 seconds
Transcription: This ListIter class has three data members. The member list is a pointer to the first item in the associated list object. The pointer current points to the current item in the list. The pointer prior points to the item immediately preceding it. An application program could have several list iterators, and each could be at a different position in the list object. The phone book class uses only one iterator at a time.