This is a GUI program that plots arbitrary user-entered function of x.
*Supported Operations:
- '+' , '-' , '*' , '/'
No '(' , ')' are supported..
You can see all examples in the photos folder..
I am using QT C++
-
we need Qt5, use this link to download it
-
choose custom installation and then proceed to choose the following packages
-
qt 5.15.2
-
qt creator
-
debugging tools
-
mingw 8.1.0 64 bits
-
cmake
-
ninja
- proceed with the installation and click finish
- Finally; add the mingw bin folder to path (ex. windows: "C:\Qt\5.15.2\mingw81_64\bin" , NOT "C:\Qt\Tools\mingw810_64\bin").
Then clone the repo and go to ./F_Plotter folder..