Skip to content

Zavoky/Calculator

Repository files navigation

Calculator

Desktop GUI caluclator

  • Reads lines of input and calculates the result
  • Uses the shunting-yard algorithm to convert expressions from infix notation to postfix notation
  • Postfix notation allows PEMDAS to be taken into account more easily

Compile / Install

Compile using cmake / nmake. Windows executable can be found in releases here

About

Calculator made in Qt.

Resources

Stars

Watchers

Forks

Packages

No packages published