Skip to content

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.

Notifications You must be signed in to change notification settings

kevincrossgrove/Cpp-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages