This is a very simple c++ calculator.
This calculator has the ability to do addition, subtraction, multiplication, and division (wow! how amazing!)
This calculator was assembled with the following technologies:
-
GCC 9.2.0
-
Code::Blocks 20.03 http://www.codeblocks.org/
This simple calculator runs on Windows (7-10, not sure about any earlier) through CMD. Just double-click "simplecalc.exe" to launch it.
When the program prompts you to enter a number you can enter (for example):
8
6.2
9.328659342
Then when the program prompts you to enter an operator you can enter one of the following 4 signs:
+
-
*
/
DO NOT ENTER AN ENTIRE EQUATION WHEN IT FIRST ASKS YOU FOR AN INPUT!!!!
Enter a number:
6
Enter an operator:
*
Enter a number:
4
6*4=24