Thread: CPP Libraries to make charts

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    115

    CPP Libraries to make charts

    which ones are the best? I would like to do pretty bar charts and line plots.

    Thanks for suggestions,
    SK

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Microsoft Excel? Who cares what language it's in as long as it gets the job done.

  3. #3
    Registered User
    Join Date
    May 2008
    Posts
    115
    I want to have charts and tables as part of the programme output. Is this not at all possible in C (unless you write your own code)? I wonder as there are great Java libraries to do this kind of thing.

    SK

  4. #4
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    That is jumping a bit too far.

    Standard C++ doesn't even have GUI.

    Try Qt.

  5. #5
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    It really easy yo use c++ gui+. Why not use that?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. trying to make a KenGen ( for a game tool )
    By lonewolfy in forum C# Programming
    Replies: 4
    Last Post: 03-28-2007, 08:23 AM
  2. MinGW thread-safe runtime libraries
    By Mario F. in forum C++ Programming
    Replies: 3
    Last Post: 08-21-2006, 08:15 AM
  3. Win32 Common Controls in C++, how do i make and use them?
    By C+noob in forum Windows Programming
    Replies: 6
    Last Post: 01-09-2006, 11:53 AM
  4. 'functions' in make?
    By mart_man00 in forum C Programming
    Replies: 1
    Last Post: 06-21-2003, 02:16 PM