A simple console calculator with professional code structure.
- ➕➖✖️➗ Basic arithmetic operations
- ♾️ Division by zero returns infinity
- 🔄 Continuous operation loop
- 🛡️ Input validation & error handling
- 🧹 Clean console interface
# Clone the repository git clone https://github.com/Pupler/Cpp-Calculator.git cd Cpp-Calculator # Build with CMake mkdir build && cd build cmake .. make # Run the calculator ./calculatorThis project is licensed under the MIT License - see the LICENSE file for details.