I downloaded some programs from the net to convert infix to postfix and prefix notation. (Polish Notation and Reverse Polish Notation).
But they doesn`t show the result.
I want to convert for example 8-3*4+2 to prefix +-8*342 and to show stack representation if possible. Also to be able to handle unary operators such as not and or equal etc.