OOP-style Reverse Polish Calculator in C++ I did during twitch stream
3 2 1 + * 4 - == (2+1)*3-4
3 2 1 + * 4 -
(2+1)*3-4