C++ calculator for Unix
Compile using clang++ (or g++)
I have tested this on OSX, Gentoo, and FreeBSD. It was my first real program that does any sort of valuable function at all in C++.
- Mean and Median
- ncurses UI
- Cleaned up code ;)
- Percentage
- clmc - majority of code
- marnold904 - cube number functionality