Simple Calculator
This simple calculator was developed as part of an assignment for the academic subject "Applied Programming", its functionality includes summation, subtraction, multiplication, division and finding the arithmetic mean of the modules of two numbers
To use the program, you need to follow these steps:
- Compile the executable file of the program from the source code or use the precompiled version
- Run the program
- Enter two numbers
- Get the execution result
To develop this program, a development environment called Clion was used. Compilation was performed using the CMake tool. You can use any development environment to open the main.cpp source code file. For your convenience, in the cmake-build-debug folder you can find a precompiled version of the program.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
