Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robarcoo/qtcppcalculator
Advanced C++ calculator project made using Qt
https://github.com/robarcoo/qtcppcalculator
cpp qcustomplot qt
Last synced: about 2 months ago
JSON representation
Advanced C++ calculator project made using Qt
- Host: GitHub
- URL: https://github.com/robarcoo/qtcppcalculator
- Owner: robarcoo
- License: other
- Created: 2024-08-12T12:55:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T13:11:39.000Z (5 months ago)
- Last Synced: 2024-10-19T02:15:02.097Z (3 months ago)
- Topics: cpp, qcustomplot, qt
- Language: C++
- Homepage:
- Size: 2.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# CPPCalculator
A calculator app that can do basic math operations, logarithms, trigonometry (sin, cos, tan), build and draw graphs based on input equation. Built using C++, Qt for graphics and interface, QCustomPlot for graphs. To parse and solve equations it uses reverse polish notation.![image](https://github.com/user-attachments/assets/2f76b274-0503-475a-b7f4-143431a20c28)