Skip to content

A C++ calculator that can parse expressions with parentheses, operators, functions and constants.

Notifications You must be signed in to change notification settings

vsharkovski/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Currently broken

A C++ calculator that can parse expressions with parentheses, operators, functions and constants. It works by converting the initial expression from infix to postfix notation (also known as Reverse Polish notation), and then parsing that to get the result.

To add custom constants, see ConstantHandler.cpp

To add custom functions, see FunctionHandler.cpp

To add custom operators, see OperatorHandler.cpp

About

A C++ calculator that can parse expressions with parentheses, operators, functions and constants.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages