https://github.com/robarcoo/qtcppcalculator
Advanced C++ calculator project made using Qt
https://github.com/robarcoo/qtcppcalculator
cpp qcustomplot qt
Last synced: 3 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T13:11:39.000Z (9 months ago)
- Last Synced: 2025-01-16T22:12:48.457Z (4 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.