A simple C++ Calculator
===================================================
This calculator can do not only simple functions (+,-,x,÷) but also advanced functions such as cube roots, rounding and exponents.
If you are unable to run the compiled file, you can run it online here: https://www.programiz.com/online-compiler/4X100F67vQ9l9, or you can try compiling main.cpp yourself.