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

  1. This is the constructor for an iterator object for the AStack
  2. class. Notice that the index is initialized to the first element
  3. in the array stack and the pointers are assigned to the associated
  4. stack.
  5.