This is a basic calculator application built using Windows Forms (WinForms) in C#. The calculator allows users to perform standard arithmetic operations such as addition, subtraction, multiplication, and division. It has a simple graphical user interface (GUI) and provides easy-to-use functionality.
- Basic Arithmetic Operations: Supports addition, subtraction, multiplication, and division.
- Clear Function: Allows users to reset the input fields and start a new calculation.
- Decimal Support: Handles decimal numbers for accurate calculations.
- Error Handling: Displays an error message if the user attempts to divide by zero.
- Launch the Application: Start the executable file to open the calculator window.
- Input Numbers: Use the buttons on the form
- Select Operation: Choose an operation (addition, subtraction, multiplication, or division) by clicking the respective operator button.
- Get Result: After entering the numbers and selecting an operation, click the
=
button to view the result. - Clear: Press the
C
button to clear the current calculation and start a new one.
- .NET Framework: Ensure that you have the required version of the .NET Framework installed to run WinForms applications.
- Operating System: The calculator runs on Windows operating systems.
- Clone or download the repository.
git clone https://github.com/Devamirbeghoul/Calculator
- Open the project in Visual Studio.
- Build the solution to compile the application.
- Run the application in Visual Studio or use the compiled executable file.
- Adding more advanced operations such as square roots, exponentiation, etc.
- Supporting keyboard input for all operations.
- Enhancing the user interface design for better user experience.
Developed by Amir Abdeldjalil