TheRealPad / calculator

calculator to handle infinite numbers and priorities

Repository from Github https://github.comTheRealPad/calculatorRepository from Github https://github.comTheRealPad/calculator

pipeline

Calculator

a c++ calculator to handle infinite numbers

How to use

1. Create a directory build and go inside

mkdir build && cd build/

2. Build the project

cmake ..

3. Build the binaries

make

4. Run the project

# go back to the root of the project
./johnDoe

5. Unit test

./unit_test

About

calculator to handle infinite numbers and priorities


Languages

Language:C++ 94.4%Language:CMake 5.6%