Skip to content

Releases: shirnschall/cpp-solve

Cpp-Solve

05 Sep 19:58
Compare
Choose a tag to compare
Cpp-Solve Pre-release
Pre-release

Initial release. Code as seen on https://blog.hirnschall.net/programming-an-advanced-cpp-calculator/.

Working Features

  • Multiplication and division
  • Addition and subtraction
  • Brackets
  • Correct order of operations (not like windows calc.exe o.O)
  • Function (sin,cos,etc.)
  • Power (a^b)
  • Constants (pi,e, etc.)
  • variables (ans)