/SimpleCalculator

C++ Demo Application for Simple Calculator

Primary LanguageC++GNU General Public License v3.0GPL-3.0

SimpleCalculator

C++ Demo Application for Simple Calculator

Available Operations

  • Addition: 10.0 + 20.5
  • Subtraction: 10.0 - 20.5
  • Division: 10.0 / 20.5
  • Factorial: 5! (must be an integer);

Installing Application

  • Download the source code
  • Extract the source folder in terminal
  • type the following commands
    • make
    • make install
    • make clean
  • Then type "calc" in your terminal to access the calculator