Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 679 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 679 Bytes

Calculator++

This project is an MFC dialog-based C++ calculator where appending numbers and then evaluating them is the key ✨💡.

Features

  • 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.

Setup

  1. Clone the Repository:
    git clone https://github.com/upsilun/CalculatorPlusPlus
  2. Open the Project in Visual Studio:
    • Open Calculator++.sln in Visual Studio 2022.