开发者

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

开发者 https://www.devze.com 2022-12-10 17:34 出处:网络
i need to present an array on agraph like function bar(array_name) in matlab how can i do 开发者_如何学Pythonthat in microsoft visual c++ 2008Unfortunately you can\'t do that with standard C++ alone.

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

精彩评论

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