[Solved] Drawing a graph using executing time of a function in c++
Standard C++11 or C++14 does not have any graphics library. But you should consider using Qt, a free software cross-platform GUI library for C++. I guess that you’ll be happy in using Qt graphics view framework. You could also consider some other, perhaps OS specific, widget toolkit. Or just output a 2D graphics using libcairo. … Read more