Skip to content

A C++ calculator which features classes and functions for advanced and basic mathematic operations

Notifications You must be signed in to change notification settings

aniketde1112/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Object-Oriented Calculator

This calculator project is implemented using the principles of Object-Oriented Programming (OOP) in C++. It consists of two base classes: SimpleCalculator and ScientificCalculator.

Features

Simple Calculator

  • Addition, subtraction, multiplication, and division of two numbers.
  • Basic arithmetic operations.

Scientific Calculator

  • Trigonometric functions: sine, cosine, tangent.
  • Exponential and logarithmic functions.
  • Square root and power functions.

Usage

To use the calculator:

  1. Clone this repository to your local machine.
  2. Compile the source code using a C++ compiler.
  3. Run the executable file generated.
  4. Choose between the Simple Calculator and Scientific Calculator options.
  5. Perform calculations as needed.

About

A C++ calculator which features classes and functions for advanced and basic mathematic operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages