generate statistical graphics Visual C++
Hi, I wondering how can I generate graphics of stadistics, but without sql server or something similar, (not crystal report) I want to create a application where I can introduce the data myself by screen and the generate these graphics
thanks a lot for any help! :)
Re: generate statistical graphics Visual C++
That's not very hard if you have basic knowledge about Windows Programming.
About Windows Programming, there are tens of books, tutorials, and documentation.
Re: generate statistical graphics Visual C++
Re: generate statistical graphics Visual C++
You could also use GNUplot to generate your images.
It is a highly proven data visualization tool.
________________________________
Visit my project: Derivative Calculator