One of my first programming projects. A calculator which writes all the creation process of the four principal math operations, the addition, subtraction, multiplication and division.
I think that it is very useful for teach basic maths at childs and improve their learning capacity.
Here are somes examples about how it works:
For downloading the project at your computer you can use this command:
$ git clone https://github.com/Pablo1300/C-Calculator.git
After you have clone the project at your computer you should execute the Makefile:
$ make
To finish you have to run the project:
$ ./cCalculator