Picasso,it is strange that someone with your name needs help inplotting, but anyway ;-)Have a look at this:
http://www.codeproject.com/miscctrl/pgl ... 2xxquoting from there:"PGL is a library that encapsulates plot capabilities in a MFC project for VC6 and VC7. It is designed to be able to easily plot data generated in a project without the need of any external software. In fact, with CView and CDialog derived classes, you can have your app display chart in 5 minutes.The aim of PGL is not to have a user-friendly environment but rather being able to generate any plot from the source code."you should be able to itegrate it in your project within 15 min.,if you are a beginner in VC++ probably 45 min.Note that it relies on Microsoft Foundation Classes, so keep thatin mind in case you need to port your code to Unix later.I would advise you to look at codeproject.com by default if youneed some functionality you do not know how to implement inVisual C++. It is IMHO by far the best code repository for VC++.HTH,Hans-Marc Erkingerwww.gloriosia.com - home of Trading with Matlab