Its command line interface application shows the basic functionality of the Calculator. It calculates a given expression, it can store history using file handling.
- C++
- File Handling
- Object Orianted Programming
Clone the project by adding the following command in the terminal. Make sure your have git and cpp compailer installed and added to path.
git clone https://github.com/ashokkhandhar/Calculator-CPP.git
Open the project directory in a new window and run the main file