开发者

i need to plot a graph on microsoft visual c++ 2008

i need to present an array on agraph like function bar(array_name) in matlab how can i do 开发者_如何学Pythonthat in microsoft visual c++ 2008


Unfortunately you can't do that with standard C++ alone. You'll have to use some library for graph plotting. You either use something general and low level like GDI or OpenGL, or you use a dedicated graph drawing library. Check this question for a list of such libraries: Graph Drawing C++ Library.


try this, http://www.omeyasweb.com/mschart-control-para-visual-studio-2008/ it's in spanish but surely you can use google translator to follow these steps

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜