Skip to content

calculator to handle infinite numbers and priorities

Notifications You must be signed in to change notification settings

TheRealPad/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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