A simple, modern calculator for Windows, built with WinUI and C++14.
Quickly perform basic arithmetic operations in a sleek and intuitive interface.
- Modern UI: Built with WinUI 3 for a native Windows look and feel.
- Instant Results: Addition, subtraction, multiplication, and division.
- User-Friendly: Minimal and easy-to-use layout.
- Open Source: Freely available for use and contribution.
WinUIQuickCalc is a lightweight desktop calculator designed with WinUI and C++14.
It supports basic arithmetic—addition, subtraction, multiplication, and division—with immediate results in a modern interface.
git clone https://github.com/Achintha-999/WinUIQuickCalc.git- Launch Visual Studio 2022.
- Open the cloned folder as a project.
- Ensure you have the WinUI 3 SDK and C++14 toolset enabled.
- Click Build → Build Solution.
- Press F5 to run the application.
-
Enter Numbers
Input two numbers in the respective text fields. -
Select Operation
Click any of the operation buttons (+,-,×,÷). -
View Result
The calculated result will display instantly below the buttons.
- Windows 10/11
- Visual Studio 2022
- C++14 toolset
- WinUI 3 SDK
Contributions are welcome!
Feel free to fork this repository, submit issues, or open pull requests.
- Fork the repo
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License.
Open an issue or reach out via GitHub Discussions.
