home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17251.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-04  |  209.5 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: The iterator class template specifies a family of abstract base classes. Each iterator base class contains a pure virtual function call operator. The function call operator must be overloaded by the derived classes. The overloaded function call operator should return the next item of the stack.