Connecting Tech Pros Worldwide Help | Site Map

graphics and plots with C++

dave.harper@gmail.com
Guest
 
Posts: n/a
#1: Jul 23 '05
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

elviin@gmail.com
Guest
 
Posts: n/a
#2: Jul 23 '05

re: graphics and plots with C++


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

Puppet_Sock
Guest
 
Posts: n/a
#3: Jul 23 '05

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

Robert Dede
Guest
 
Posts: n/a
#4: Jul 23 '05

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 C / C++ bytes