Skip to content

mboy1011/C_ConsoleCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Console Calculator using C

Installation

See Requirements Below before proceeding to installation.

  1. git clone https://github.com/mboy1011/C_ConsoleCalc.git
  2. cd C_ConsoleCalc
  3. gcc -o Calc Calc.c
  4. Run the Code:
    • Windows : Calc.exe
    • Linux/MacOS : ./Calc

Requirements

  1. gcc (Compiler)
    • Windows Scoop or Chocolate
      • scoop install gcc
      • choco install mingw
    • Linux : apt-get install gcc
    • MacOS : brew install gcc
  2. IDE (CodeBlocks)

Compatibility

About

Terminal Calculator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published