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

  1. Some operations, or functions, are characteristics of all stacks.
  2. In this program, the function Pop() removes an element from the
  3. stack.  Push() adds an element to the stack.  Empty() and Full()
  4. determine whether the stack is empty or full.  OnTop() returns the
  5. value of the top element in the stack.  NumElem() returns the
  6. number of elements in the stack.
  7.