cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Plotting in C++?
Plotting in C++?
Jan 23, 2013 at 10:32pm UTC
CroCo
(201)
Is there any way to plot any function in VC++ 2010? in Forms?
Last edited on
Jan 23, 2013 at 10:32pm UTC
Jan 24, 2013 at 12:12am UTC
Zaita
(2770)
http://www.cplusplus.com/articles/jLzyhbRD/
This would be better asked on the Visual C++ MSDN Forums
Last edited on
Jan 24, 2013 at 12:12am UTC
Jan 24, 2013 at 6:36am UTC
Stewbond
(2827)
I wouldn´t have called that a bad question.
C++ does not natively support any graphics. You would either need to interface with the WinAPI (which can be very difficult) or you can just implement an existing library.
Some examples are:
WxWidgets
Qwt
Hereś something that might help:
http://stackoverflow.com/questions/296199/is-there-any-out-of-the-box-2d-3d-plotting-library-for-c
Jan 30, 2013 at 5:37am UTC
CroCo
(201)
thank you guys.
Topic archived. No new replies allowed.