Skip to content

radurevutchi/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

calculator

Shunting Yard Based Calculator in C++

Description

This is a C++ implementation of a terminal calculator which handles common operators and use of variables. It takes in infix-based expression and converts it to postfix expression. This is then evaluated using stacks and queues. The results is saved in the 'answer' variable for later use by the user.

About

Shunting Yard Based Calculator in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages