home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A101115.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  215.0 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: This statement goes through the items in the list in order. Notice the use of the overloaded function call operator, the parentheses following next, as an iterator function to access the next item in the list. If no more entries are in the list, a null pointer is returned by the iterator function and the while loop ends.