Skip to content

Calculator for solving arithmetic expressions and computing Postfix expressions

License

Notifications You must be signed in to change notification settings

Zaraahmad/Arithmetic-Calculator-Postfix-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arithmetic-Calculator-Postfix-Converter

Calculator for solving arithmetic expressions and computing Postfix expressions. Feel free to propose improvements and generate pull requests.

Interface

This is a sample showing multiple arithmetic expressions being solved by the calculator. It supports the basic Binary and unary operations e.g

  • 9+ --2
  • 2+(3-1)

How to Run

  • Inside the folder Caluculator, double click the the exe file "Calculator.exe"to directly execute it.

OR

  • Open "Caluculator.cbp" in CodeBlocks, then build and run it.
  • Compile using Visula Studio where it was originally compiled

Contributions

Your proposed improvements to the repository are most welcome.

Also if you found it useful, please give it a star :D

Have fun playing!

License

MIT

Author

Zara Ahmad

To stay updated with my GitHub Repositories follow me here on github:
GitHub

Releases

No releases published

Packages

No packages published

Languages