Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 699 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 699 Bytes

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.