home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08123.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  311.8 KB  |  1 channel  |  11,025 sample rate  |  29 seconds
Transcription: A container class must be able to access each item in the proper order. In the list class, the function next is an iterator. This function sets the position counter current to the next element in the array list or to the first element if the last has been passed. An iterator class must know where to start iterating through the contained items. Here, the member list is a pointer to the first element in an array of phone num objects.