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

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

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

![](https://github.com/dangnh0611/calculator_qt/blob/master/_android_screenshot.png?raw=true)

![](https://github.com/dangnh0611/calculator_qt/blob/master/linux_screenshot.png?raw=true)

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