--- In [email protected], "babelproofreader"
<[EMAIL PROTECTED]> wrote:
>
> First of all, as a complete novice in C++, I would like to say hello
> to the forum.

Hi!

> What I am thinking of doing is teaching myself C++ with a view to
> writing/compiling a simple graphical application to use the opensource
> gnuplot program

Presumably you've seen this in the gnuplot FAQS:

5.2 Can I use gnuplot routines for my own programs?

On systems supporting pipes, you can pipe commands to gnuplot from
other programs. Many applications with gnuplot as the graphics engine,
like Octave (http://www.octave.org), uses this method. This also works
from a cgi script to drive gnuplot from a forms-based web page.

John Campbell ([EMAIL PROTECTED]) modified a much earlier version
of gnuplot (3.5) to be a library of C subroutines callable from a C
program. Gnuplot itself has changed radically since then, and we are
not aware of any plans to create a similar library based on the
current version.

John

Reply via email to