CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2012
    Posts
    2

    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!

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    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.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  3. #3
    Join Date
    Feb 2005
    Location
    Madrid (Spain)
    Posts
    511

    Re: generate statistical graphics Visual C++


  4. #4
    Join Date
    May 2012
    Location
    Bonn, Germany
    Posts
    43

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured