home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A081241.TXT < prev    next >
Encoding:
Text File  |  1993-09-15  |  282 b   |  6 lines

  1. The iterator for an array is deceptively simple.  Linked lists and
  2. more complicated constructs can require more complicated
  3. iterators.  Finding the next element in a linked list usually
  4. involves manipulating the "this" pointer.  Some constructs require
  5. more than one iterator.
  6.