https://github.com/caiofov/calculator-qt-cpp
A calculator developed in C++ with Qt
https://github.com/caiofov/calculator-qt-cpp
calculator cpp qt
Last synced: 2 months ago
JSON representation
A calculator developed in C++ with Qt
- Host: GitHub
- URL: https://github.com/caiofov/calculator-qt-cpp
- Owner: caiofov
- Created: 2024-12-10T14:53:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T13:09:37.000Z (over 1 year ago)
- Last Synced: 2025-03-31T08:19:34.089Z (over 1 year ago)
- Topics: calculator, cpp, qt
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator with Qt
A calculator application built in C++ using the Qt framework. This project is inspired by [Derek Banas's tutorial on YouTube](https://www.youtube.com/watch?v=txGRU7OrTZo).

## Features
### Supported operations
- Addition
- Subtraction
- Division
- Multiplication
- Modulo
### Additional functionalities
- Support for decimal numbers
- Toggle number sign (positive/negative)
- Clear current result with ease
## Future updates
- Support for **successive operations** without requiring the result button.
- Implementation of **memory buttons** for storing and recalling values.
- Enable number entry via keyboard input.