https://github.com/sethcg/cpp-calculator
Simple C++ Calculator
https://github.com/sethcg/cpp-calculator
cmake cpp wxwidgets
Last synced: 12 months ago
JSON representation
Simple C++ Calculator
- Host: GitHub
- URL: https://github.com/sethcg/cpp-calculator
- Owner: sethcg
- Created: 2025-05-12T12:57:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-04T20:45:08.000Z (about 1 year ago)
- Last Synced: 2025-07-04T21:33:46.363Z (about 1 year ago)
- Topics: cmake, cpp, wxwidgets
- Language: C++
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Calculator
## Description:
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.
---
## Demo:
Show
---
## Features:
- C++
- CMake
- wxWidget
---
## Developer Notes:
``` bash
# 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.