home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17132.TXT < prev    next >
Encoding:
Text File  |  1993-09-02  |  238 b   |  5 lines

  1. Container classes are used to store a set of objects of a given
  2. type.  Iterators are classes that allow client code to access each
  3. object of a container in succession.  As a result, iterators are
  4. usually friends of container classes.
  5.