2D plotting in c++

I am using VC++2010 express edition and I want to plot 2D curv (x vs y) and insert it in a tab window of windows GUI that I programmed. Anyone with some clue how to plot 2D curves?

Thanks
Last edited on
closed account (zb0S216C)
You'll have to use Windows's Device Context for this. It's best asking in the Windows Programming forum for such a question. Alternatively, you could read this MSDN page: http://msdn.microsoft.com/en-us/library/dd183554(v=vs.85).aspx and this: http://msdn.microsoft.com/en-us/library/dd183553(v=VS.85).aspx

Wazzak
Last edited on
Thanks
Topic archived. No new replies allowed.