Skip to content

Data Structures Project: A stack based calculator program that takes an algebraic equation (infix notation) from the user, converts it to reverse polish notation (postfix) and finally prints the output to the user.

License

Notifications You must be signed in to change notification settings

etchsaleh/StackCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stack Calculator (C++)

Data Structures Project:

  • A stack-based calculator program that takes an algebraic equation (infix notation) from the user, converts it to reverse polish notation (postfix) and finally prints the output to the user.
  • Calculator currently supports parentheses as well as multi-digit, floating point and negative numbers.

About

Data Structures Project: A stack based calculator program that takes an algebraic equation (infix notation) from the user, converts it to reverse polish notation (postfix) and finally prints the output to the user.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages