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

  1. Suppose that you wanted to use a stack data structure in a
  2. program.  You could define a Stack class like this one, with
  3. member functions for the standard stack operations.  The stack is
  4. designed to contain objects of the class StackItem.
  5.