help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joseph Suprenant

    help

    Hello all,
    I have a C++ program, it does some calculations on things and then
    prints out a file in the format in which GNUPLOT can use. So my question is
    how would i call GNUPLOT from my C++ program. I know in some operating
    systems you can do system("gnuplot "); But not with red hat 7.3. So could
    some kind soul help me out? Thanks


  • Gregg

    #2
    Re: help

    "Joseph Suprenant" <laclac01@yahoo .com> wrote in
    news:f7Xmb.6024 4$Sc7.379@twist er.nyroc.rr.com :
    [color=blue]
    > Hello all,
    > I have a C++ program, it does some calculations on things and then
    > prints out a file in the format in which GNUPLOT can use. So my
    > question is how would i call GNUPLOT from my C++ program. I know in
    > some operating systems you can do system("gnuplot "); But not with red
    > hat 7.3. So could some kind soul help me out? Thanks
    >
    >[/color]

    No need to ask multiple times.

    The "system" function is a reasonable way to do this. If it is not
    working, it is most likely an operating system issue, not a C++ issue.
    For that reason, you should ask this in a Linux Programming newsgroup
    rather than a C++ Language newsgroup. A quick search for such newsgroups
    revealed

    comp.os.linux.d evelopment
    comp.os.linux.d evelopment.apps
    comp.os.linux.d evelopment.syst em
    comp.os.linux.r edhat

    Gregg

    Comment

    Working...