quote:
Originally posted by CookieRevised
http://trubetskoy1.narod.ru/english/ppne.html
This is probably the best of the links, as it describes an algorithm for converting infix to RPN, which you can then evaluate. That way, users can use the familiar infix, and you can implement the simpler RPN calculator.