dangnh0611 / calculator_qt

Basic calculator,created with Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Basic calculator,created with Qt


Languages

Language:C++ 98.7%Language:QMake 1.3%