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

  1. The function main() contains a try block.  The try block contains
  2. a call of the function Process().  Process() adds and removes
  3. elements from the two stacks in response to user commands.  Note
  4. that the stacks were declared as static objects and were
  5. constructed before the function main() began to execute.
  6.