This project is an MFC dialog-based C++ calculator where appending numbers and then evaluating them is the key ✨💡.
- Basic Arithmetic Operations: Supports addition, subtraction, multiplication, and division.
- Exponentiation: Handles exponentiation operations.
- Interactive GUI: Allows for easy input and calculation through a graphical user interface.
- Responsive Design: Increased text size for better readability.
- Clone the Repository:
git clone https://github.com/upsilun/CalculatorPlusPlus
- Open the Project in Visual Studio:
- Open
Calculator++.sln
in Visual Studio 2022.
- Open