https://github.com/dangnh0611/calculator_qt
Basic calculator,created with Qt
https://github.com/dangnh0611/calculator_qt
calculator cpp qt
Last synced: 8 months ago
JSON representation
Basic calculator,created with Qt
- Host: GitHub
- URL: https://github.com/dangnh0611/calculator_qt
- Owner: dangnh0611
- Created: 2018-11-25T16:55:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T21:44:50.000Z (almost 7 years ago)
- Last Synced: 2025-01-08T01:35:22.087Z (10 months ago)
- Topics: calculator, cpp, qt
- Language: C++
- Homepage:
- Size: 327 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# calculator_qt
Simple calculator write with C++,using Qt cross-platform application framework/widget toolkit(https://en.wikipedia.org/wiki/Qt_(software))
Qt is cross-pltform,so the source code can be build on other platforms(Window,MacOS,Android,..)
-Create and compile/make by Qt Creator 4.8
-Bundling by linuxdeployqt tool (https://github.com/probonopd/linuxdeployqt)
## Cross-platform:Android,Window,Linux


## Feature:
Simple calculator provides the features which can calculate almost basic expression:
+Input either from key board or button clicking
+Simple math operators/functions:+,-,×,÷,^,logarit,..
+Trigonometries:sin,cos,tan,arcsin,..
+Previous/Next expression(which have been calculated yet)