A calculator that uses stacks to evaluate infix expressions by first converting them to postfix expressions, then determines the result.
- Explore the use of stacks to evaluate postfix expressions
- Explore the use of stacks to convert infix expressions to postfix expressions
- Practice building a working Graphical User Interface
- CSCD 300 (Data Structures) provided Calculator GUI starter code