CSCI 146: Lab 7 Materials
The main goal of Lab 7 (to be held on October 20 and 21, 1997)
is to implemement an evaluator for postfix expressions using a stack.
The following activities will be carried out in the lab:
- Download stack header file, stack1.h
from the world-wide web.
- Download stack implementation file (for static array implementation),
stack1.tem
- Review these two files,
create a workspace and a project using Visual Studio.
- Implement the postfix evaluator, following the pseudocode and discussion
on p.334 of the text.
- Test your work.
Here is a solution for Lab 7.