This repository contains a simple calculator application built using the Win32 API. The calculator provides basic arithmetic operations and a graphical user interface (GUI) for easy interaction.
- Addition, subtraction, multiplication, and division operations.
- Clear button to reset the calculator.
- User-friendly interface with buttons for input and output display.
Before running the calculator application, ensure that you have the following prerequisites installed:
- Windows operating system (tested on Windows 10).
- Microsoft Visual Studio 2022 with C++ development tools.
To install and run the calculator application, follow these steps:
- Clone this repository to your local machine using the following command:
git clone https://github.com/Octopus-Computer/W32Calc.git
-
Open the project in Microsoft Visual Studio.
-
Build the project by selecting "Build" from the Visual Studio menu.
-
Run the application by selecting "Start Without Debugging" or pressing
Ctrl+F5
.
-
Launch the calculator application.
-
Use the buttons provided to input numbers and perform calculations.
-
The result will be displayed in the calculator's output area.
-
To clear the calculator, click the "Clear" (C) button.
Contributions to this calculator application are welcome. If you find any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request.
This project is licensed under the The MIT License.
- The Win32 API documentation and examples.
- Inspiration from other calculator applications.
If you have any questions or need further assistance, please feel free to contact the project maintainer at [email protected]