This calculator project is implemented using the principles of Object-Oriented Programming (OOP) in C++. It consists of two base classes: SimpleCalculator and ScientificCalculator.
- Addition, subtraction, multiplication, and division of two numbers.
- Basic arithmetic operations.
- Trigonometric functions: sine, cosine, tangent.
- Exponential and logarithmic functions.
- Square root and power functions.
To use the calculator:
- Clone this repository to your local machine.
- Compile the source code using a C++ compiler.
- Run the executable file generated.
- Choose between the Simple Calculator and Scientific Calculator options.
- Perform calculations as needed.