This is a C++ calculator, it does all the things a simple calculator should do including add, subtract, divide, multiply, and some additional features like decimal, delete, and percent buttons.
- C++
- CMake
- wxWidget
# BUILD APPLICATION
cmake -DCMAKE_BUILD_TYPE=Debug -S. -Bbuild
cmake --build build -j
# RUN APPLICATION
start ./build/Debug/main.exe
The way of a fool is right in his own eyes, But a wise man is he who listens to counsel.