Leon’s Simple Calculator is a Windows-based GUI calculator built using C++ and Win32 API. It supports basic arithmetic operations and features a resizable, fullscreen-friendly UI with scalable fonts.
✔ Basic Arithmetic: Supports +, -, *, / operations.
✔ Resizable UI: Fully adjusts to different window sizes, including fullscreen.
✔ Scalable Fonts: Button and output text dynamically scale for better readability.
✔ Keyboard Shortcuts: Press F11 to toggle fullscreen.
✔ Minimalist UI: Clean and simple interface for easy usage.
- Download
Calculator.exefrom the latest release. - Run the executable (
Calculator.exe). - Start performing calculations! 🎉
If you want to build the project yourself:
- Windows Subsystem for Linux (WSL) (or MinGW installed)
- G++ Compiler for Windows
x86_64-w64-mingw32-g++ CalculatorGUI.cpp -o Calculator.exe -mwindows -static-libgcc -static-libstdc++ -static
