An open API service indexing awesome lists of open source software.

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

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.