Skip to content

Dolaxom/CPP_SmartCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SmartCalculator C++

Educational project from School 21 by Sber;

Technology stack: C++ 17, Qt6 CMake;

preview

  • To build the project with the make install command using the make utility (src/ dir);
  • you can calculate any arithmetic problem, including complex examples with nested brackets. To do this, enter an example and click the button with the equal sign (=);
  • if the answer is inf, it means you entered the problem incorrectly;
  • to plot a graph, enter your equation, enter the range of acceptable values for X and Y and click on the graph button;
  • there is also a loan (credit) calculator, but this is an experimental feature.