home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A092024.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  257.6 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: Here, the function call operator is overloaded. Overloading this operator for use with an iterator class is a common technique in C++. Each time the function is called, the index is incremented. The return value is a pointer to the next element in the array, gradeList, of the class, grade. In this program, each element in the array is of type, gradeAssos.