Skip to content

Latest commit

 

History

History
executable file
·
46 lines (37 loc) · 707 Bytes

README.md

File metadata and controls

executable file
·
46 lines (37 loc) · 707 Bytes

SmartCalc C++

Calc mode

calc mode

Functional:

  • arithmetic operations
  • trigonometric operations
  • insert x
  • drawing a graph

Credit mode

credit mode

Functional:

  • annuity payment mode
  • differentiated payment mode
  • calculate monthly payment
  • calculate overpayment
  • calculate total payout

MVC

The calculator is implemented using the mvc pattern mvc

OS

  • MacOS
  • Ubuntu

Dependencies

  • Qt5
  • Qt6
  • Cmake
  • make

install

git clone [email protected]:KonstantinAntoniadi/SmartCalc_CPP.git
cd SmartCalc_CPP
make install

open

make open