Skip to content

Pupler/CPP-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

30 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ C++ Calculator

A simple console calculator with professional code structure.

๐Ÿ“ธ Preview

image image

โœจ Features

  • โž•โž–โœ–๏ธโž— Basic arithmetic operations
  • โ™พ๏ธ Division by zero returns infinity
  • ๐Ÿ”„ Continuous operation loop
  • ๐Ÿ›ก๏ธ Input validation & error handling
  • ๐Ÿงน Clean console interface

๐Ÿš€ Getting started

# 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
./calculator

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.