I'm starting a project in C++ and I want to create a graph of the CPU like found in the task manager.
Should I be looking for a graphing or display library? Should I investigate using OpenGL to display a real time graph?
I'm looking for the most elegant solution to get a graph display inside a window.
I looked around and could not even find out what the task manager uses to display it's CPU and memory graphs, and I don't want to jump in and start using and learning the wrong tool for the job.