Ah I see.
Though what i meant was get the same results of the infix notation as in
1+2-3 = 0 <- I can do this
1 2 + 3- = 0 <- I don't know how a computer evaluates this
A computer doesn't evaluate it. A program, written by you, does. You take your knowledge and convert it into a program (like the previous post).
As for your code, without proper formatting I'm not even going to try to follow it. It's hard enough understanding someone else's code without adding the difficulty of no indentation at all.