home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17132.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-04  |  166.3 KB  |  1 channel  |  11,025 sample rate  |  15 seconds
Transcription: Container classes are used to store a set of objects of a given type. Iterators are classes that allow client code to access each object of a container in succession. As a result, iterators are usually friends of container classes.