Connecting Tech Pros Worldwide Help | Site Map

graphics and plots with C++

  #1  
Old July 23rd, 2005, 05:58 AM
dave.harper@gmail.com
Guest
 
Posts: n/a
I'm relatively new to C++, and would like to display 2D plots and/or
graphs. What library files should I be interested in?

Also, all my compiled programs output to what looks like terminal
window. What library files/compilers/etc give it a more professional
appearance? Where can I get started with doing things like interacting
with a mouse, defining window buttons/boxes, etc?

Thanks in advance!
Dave

  #2  
Old July 23rd, 2005, 05:58 AM
elviin@gmail.com
Guest
 
Posts: n/a

re: graphics and plots with C++


http://www.robertnz.net/gnuplot.htm

  #3  
Old July 23rd, 2005, 05:58 AM
Puppet_Sock
Guest
 
Posts: n/a

re: graphics and plots with C++


dave.harper@gmail.com wrote:
[where can I find stuff not in the standard language?]

Go to the google archive of news groups and search for a
group that has your platform in the title. Search through
that group for libraries that do what you want to do, and
for references to learning material associated with them.

For example: For Microsoft stuff, look for newsgroups
with Win or DOS or MS in the title.
Socks

  #4  
Old July 23rd, 2005, 06:03 AM
Robert Dede
Guest
 
Posts: n/a

re: graphics and plots with C++


Hello,

If you have a chance, check out www.gigasoft.com for your charting needs.
We provide DLL interfaces, as well as .NET and ActiveX interfaces.

best regards,

Robert Dede
Gigasoft, Inc.


<dave.harper@gmail.com> wrote in message
news:1117646943.539866.276500@g44g2000cwa.googlegr oups.com...[color=blue]
> I'm relatively new to C++, and would like to display 2D plots and/or
> graphs. What library files should I be interested in?
>
> Also, all my compiled programs output to what looks like terminal
> window. What library files/compilers/etc give it a more professional
> appearance? Where can I get started with doing things like interacting
> with a mouse, defining window buttons/boxes, etc?
>
> Thanks in advance!
> Dave
>[/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
WPF component for 2D plots Giovanni Dicanio answers 1 June 27th, 2008 08:48 PM
creating 3d-sruface plots in VC++ 6.0 domenico answers 2 October 12th, 2006 09:15 AM
drawing plots asdf answers 2 September 24th, 2006 06:35 AM
simple graphics question rkeisler answers 2 July 22nd, 2005 07:18 AM