home *** CD-ROM | disk | FTP | other *** search
- The function main() contains a try block. The try block contains
- a call of the function Process(). Process() adds and removes
- elements from the two stacks in response to user commands. Note
- that the stacks were declared as static objects and were
- constructed before the function main() began to execute.
-