Skip to content

falyx/bashCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bashCalc

A C++/C calculator for bash.

How to Compile

C Executable

  • In your shell, run
make c
  • Then run the executable by doing
./bashcalcC

C++ Executable

  • In your shell, run
make cpp
  • Then run the executable by doing
./bashcalcCPP

Cleaning Files

  • In your shell, run
make clean

If you don't add c/cpp/clean when running the Makefile it will compile the C variant.

About

A calculator made in C/C++ you can run in the bash shell

Resources

Stars

Watchers

Forks

Packages

No packages published