Skip to content

One of my first programming projects. A calculator which writes all the creation process of the four principal math operations.

License

Notifications You must be signed in to change notification settings

Pablo1300/C-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Calculator

Description

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.

Sreenshots

Here are somes examples about how it works:

MENU

ADDITION

SUBTRACTION

MULTIPLICATION

DIVISION

Installation guide

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

About

One of my first programming projects. A calculator which writes all the creation process of the four principal math operations.

Topics

Resources

License

Stars

Watchers

Forks