'How to plot the curve in C++?

I am a beginner in C++. I usually use Matlab to solve some math problems. I want to try to use C++ instead of Matlab. However, the most important tool I care to plot the curve and look at the value of every variable in the workspace does not exist in C++. So, is there some advice for me? thanks.



Solution 1:[1]

You can use an external tool which is called Gnuplot for plotting graphs in C++. I used to watch pnumerics to learn how to use it back then, check him out if intersted.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ethan Brown