Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 783 Bytes

File metadata and controls

24 lines (18 loc) · 783 Bytes

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