Skip to content

Anybody can add his name to this project as an exercise to using git/github

Notifications You must be signed in to change notification settings

alsawaf/iusegit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Training Project: calculator

This is a calculator It is supposed to take commands on the form of awesomecalculator add 3 5
and the output would be 8
so argv[1] is the operation. ex. add, subtract, multiply, divide, absolute, negate, power, root, log, ln, factorial, sin, cos and tan.
argv[2] and argv[3] are the operands.
everyone can implement one operation function.
and someone will implement the main function body.
if all functions were already implemented, come up with a new one and make it :D

People who have contributed to the project so far:

  1. Eslam Romario

About

Anybody can add his name to this project as an exercise to using git/github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.3%
  • C++ 6.7%