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.