Skip to content

Project516/c-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-calc

This is a basic C calculator!

It supports +, -, *, /, %.

A makefile has been provided, for convinence.

Usage

Install GCC. On most linux distrubutions this can be installed from your package manager. Windows? Use MSYS2. Mac? I heard brew is good.

Run ./run.sh to build and run the project.

Non interactive mode

You can pass in arguments from the command line. For example ./c-calc 1 + 1 returns Result: 2.0000.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors