cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Plotting an output in C++
Plotting an output in C++
Feb 3, 2010 at 5:24am UTC
anizatie
(4)
Hello;
Can anyone give suggestions any website or books that i can refer to finding the sample of source code.
at this moment, i transfer my output to notepad and i plot my output using excel. But can i straight away plotting my output in c++?
Feb 3, 2010 at 7:44am UTC
lpacct
(4)
This can be done with OpenGL or Direct3D libraries. You'll need just two perpendicular lines (x-y axes) and n points linked with lines. It's simple.
http://nehe.gamedev.net
will help you.
Topic archived. No new replies allowed.