Skip to content

RuchiSheoran/cpp-calculator-oops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

# 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

About

A simple calculator project built using Object-Oriented Programming concepts in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages