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

https://github.com/therealpad/calculator

calculator to handle infinite numbers and priorities
https://github.com/therealpad/calculator

cmake cpp design-patterns object-oriented-programming proxy-design-pattern unit-testing

Last synced: 11 months ago
JSON representation

calculator to handle infinite numbers and priorities

Awesome Lists containing this project

README

          

![pipeline](https://github.com/TheRealPad/calculator/actions/workflows/pipeline.yml/badge.svg)

# Calculator

a c++ calculator to handle infinite numbers

## How to use

### 1. Create a directory build and go inside
```bash
mkdir build && cd build/
```
### 2. Build the project
```bash
cmake ..
```
### 3. Build the binaries
```bash
make
```
### 4. Run the project
```bash
# go back to the root of the project
./johnDoe
```
### 5. Unit test
```bash
./unit_test
```