Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Classic calculator for windows. Able to handle complex expressions with default operations and functions. Calculator is based on recursive descent.

About code

A calculator consists of a window, a calculator model and a class with logic:
The Calculator class is the window for displaying and reading data.
The CalculatorModel class - processes the incoming data and gives the result to the Calculator.
CalculatorEngine class - logic class which calculates values using the received strings.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages