/RPN-Calculator

A simple C++ reverse polish notation calculator

Primary LanguageC++

#RPN-Calculator

A simple C++ reverse polish notation calculator

============== ##Usage

4 10 * 2 + =
(prints out 42)