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

  1. The return value of the iterator is the value of the pointer
  2. "current".  In this application, it is a pointer to a PhoneNum
  3. object.  When the list is exhausted, the return value is the
  4. null pointer.
  5.