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

  1. The constructor for a list iterator must initialize the pointer to
  2. the associated list.  The constructor also initializes the
  3. pointers "current" and "prior" to the null pointer.  A default
  4. destructor is sufficient for the ListIter class.
  5.