home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A092024.TXT < prev    next >
Encoding:
Text File  |  1993-10-22  |  365 b   |  7 lines

  1. Here, the function call operator is overloaded.  Overloading this
  2. operator for use with an iterator class is a common technique in
  3. C++.  Each time the function is called, the index is incremented.
  4. The return value is a pointer to the next element in the array
  5. "GradeList" of the class Grade.  In this program, each element in
  6. the array is of type GradeAssoc.
  7.