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

  1. The function Process() accepts commands from the user and takes
  2. the appropriate action.  You can type upper-case letters to
  3. manipulate the stack of characters, or lower-case letters to
  4. manipulate the stack of integers.  The commands are:  "U" to input
  5. and push an element, "O" to pop and output an element, "R" to
  6. print the whole stack or "Q" to quit.
  7.