Welcome to the Simple Calculator project! This command-line calculator application is designed to provide users with a basic tool for performing arithmetic calculations quickly and "efficiently".
- Addition, subtraction, multiplication, and division.
- User-friendly interface.
- Basic memory functionality.
- Operating System: Windows, Linux
- Processor: 1.0 GHz dual-core or higher
- RAM: 1 GB minimum, 2 GB recommended
- Free Disk Space: 50 MB minimum, 100 MB recommended
-
Clone the repository:
git clone https://github.com/C0dePr0xy/simple-calculator.git
-
Navigate to the project directory:
cd simple-calculator
-
Compile the source code:
g++ simple-calculator.cpp variables.hpp math-functions.hpp -o Simple-Calculator
-
Run the executable:
./Simple-Calculator
- Launch the calculator application.
- Enter two numbers when prompted.
- Select the desired operation (+, -, *, /).
- Press the "=" button to view the result.
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the Boost Software License 1.0.