home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A101213.TXT < prev    next >
Encoding:
Text File  |  1993-09-24  |  177 b   |  4 lines

  1. A companion class, ListIter, is used to access the items in a List
  2. object.  The ListIter class must be a friend of the List class so
  3. that it can use the data member "first".
  4.