An open API service indexing awesome lists of open source software.

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

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).

![Calculator screenshot](https://github.com/user-attachments/assets/b27077ec-436d-462c-8ed0-c97103785b05)

## 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.