A beginners C++ code. A basic calculator is a simple exercise, but functionality can continue to be expanded until you have something like a Ti-89 graphics calculator.
If you're looking to learn more about C++, you can fork this repo, make a feature branch, and expand the number crunching capabilities of our C++ calculator.
There are probably hundreds of things you can do but here's a list if you can't think of one.
Calculator handles arbitrarily long infix equations.- Calculator remembers previous result [in progress...]
- Can assign values to variables and use them later.
- Can solve basic linear algebra equations.
- Can output a GUI graph of a basic algebra equation.
- Add a GUI numberpad interface.
- so.. many.. more.. look up a Ti-89
cmake CMakeLists.txt
make
./runTests