Skip to content

Implemented an extended version of a conventional calculator in the C++ programming language in the object-oriented programming paradigm. In addition to basic arithmetic operations, like plus-minus and multiply-divide, I added the calculator with the ability to calculate arithmetic expressions taking into account priorities, as well as some math…

Notifications You must be signed in to change notification settings

Idodoqdo/CPPQtCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

CPPQtCalc

Implemented an extended version of a conventional calculator in the C++ programming language in the object-oriented programming paradigm. In addition to basic arithmetic operations, like plus-minus and multiply-divide, I added the calculator with the ability to calculate arithmetic expressions taking into account priorities, as well as some mathematical functions (sine, cosine, logarithm, etc.). In addition to evaluating expressions, the calculator supports using the variable x and plotting the corresponding function.

About

Implemented an extended version of a conventional calculator in the C++ programming language in the object-oriented programming paradigm. In addition to basic arithmetic operations, like plus-minus and multiply-divide, I added the calculator with the ability to calculate arithmetic expressions taking into account priorities, as well as some math…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages