Skip to content

Latest commit

 

History

History
84 lines (30 loc) · 796 Bytes

File metadata and controls

84 lines (30 loc) · 796 Bytes

# Calculator Using OOP in C++

This is a simple calculator project made using C++ and Object-Oriented Programming concepts. The project performs basic arithmetic operations like addition, subtraction, multiplication, and division.

## Features

- Addition

- Subtraction

- Multiplication

- Division

- Handles division by zero

## Concepts Used

- Classes and Objects

- Member Functions

- Switch Case

- User Input/Output

## Tech Used

- C++

- Git

- GitHub

## How to Run

Compile the program:

g++ calculator.cpp -o calculator

Run the program:

./calculator

## About the Project

I created this project to practice OOP concepts in C++ and improve my understanding of classes and objects.

## Author

Ruchi Sheoran