-
Notifications
You must be signed in to change notification settings - Fork 0
Calculator programmed in C++. Allows user to enter an infix notation problem and then uses the shunting yard algorithm to convert infix to postfix. After the conversion, it uses a postfix stack evaluator to calculate the final answer.
kevincrossgrove/Cpp-Calculator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
Calculator programmed in C++. Allows user to enter an infix notation problem and then uses the shunting yard algorithm to convert infix to postfix. After the conversion, it uses a postfix stack evaluator to calculate the final answer.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published