Skip to content

benjamin-cates/CalcCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

252 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalcCLI is a simple, open-source command-line calculator written in C. Features include: complex numbers, everyday functions, custom functions, graphing, derivatives, units, and base conversion, functions with control flow.

Running the program

A basic knowledge of shell script is required. Open Terminal and cd to this folder. Run ./build on Linux and MacOS, or build.bat on Windows. Having GCC in your path is required. Then run ./calc, or calc.exe to actually run the program. If you want to debug, instead run ./buildDebug or buildDebug.bat, this will run gcc with the -g flag for debugging. You can then run gdb calc for debugging if you have GNU Debugger installed.

License

CalcForC is under the MIT license with no copyright.

See CONTRIBUTING.md for contribution guidelines.

About

CalcCLI is a simple, open-source command line calculator written in C.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages