I need to create a calculator program that converts an infix expression to a postfix expression using the STL class stack to evaluate the postfix expressions. I'm very confused and lost on how to complete this assignment. Here is the test program that will test all of the classes needed.
You have posted the code for "main" which appears to call member functions of the class, where all the work is done, but you have neglected to post the class definition and its member functions.
With out the code that does the real work how do you expect anyone to answer your question or know what you did.