Translate an Infix Expression to Postfix

Dec 18, 2012 at 9:54am
The program I need written is:

Write an object oriented C++ program to translate an infix expression to postfix (Reverse Polish notation. Your input directions should be very clear, perhaps showing an example input. The code should be able to handle nested parentheses.

Can someone do this program so I can understand how it works?
Dec 18, 2012 at 10:04am
I will only give you an idea for an appropriate data structure - use stack.
Topic archived. No new replies allowed.