Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4270
| X-Received | by 2002:a37:bf82:: with SMTP id p124mr15714482qkf.337.1575660646245; Fri, 06 Dec 2019 11:30:46 -0800 (PST) |
|---|---|
| X-Received | by 2002:a05:6830:1555:: with SMTP id l21mr9423795otp.41.1575660645928; Fri, 06 Dec 2019 11:30:45 -0800 (PST) |
| Path | csiph.com!3.us.feeder.erje.net!feeder.erje.net!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!g89no651690qtd.0!news-out.google.com!w29ni306qtc.0!nntp.google.com!g89no651678qtd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.graphics.apps.gnuplot |
| Date | Fri, 6 Dec 2019 11:30:45 -0800 (PST) |
| In-Reply-To | <h4aepsFesuqU1@mid.dfncis.de> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=128.76.37.163; posting-account=roetWwoAAACxqlbNXlJq3RfEkcYDEJjj |
| NNTP-Posting-Host | 128.76.37.163 |
| References | <3797dcf2-cc3a-4a0f-995d-0c160e3bb666@googlegroups.com> <h4aepsFesuqU1@mid.dfncis.de> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <988a2e2a-e1ed-483a-9e66-a8d79df7e1cf@googlegroups.com> (permalink) |
| Subject | Re: Compiling GNU Plot in Visual C++ |
| From | Citizen Smith <paul.sweeneyok@gmail.com> |
| Injection-Date | Fri, 06 Dec 2019 19:30:46 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | quoted-printable |
| Lines | 24 |
| Xref | csiph.com comp.graphics.apps.gnuplot:4270 |
Show key headers only | View raw
On Thursday, November 28, 2019 at 5:34:53 PM UTC, Hans-Bernhard Bröker wrote: > Am 27.11.2019 um 15:23 schrieb Citizen Smith: > > > I am learing to program in C++ and looking for a charting package to > > compile with my projects. I can Compile GNU Plot using the Makefile > > but wish to include the source files in my project then compile in > > Visual C++ with my own program calling GNU Plot from within a common > > executable file. > > You really don't want to do that. Particularly not while you're still > learning the programming language. > > gnuplot is already equipped to be run from the outside, by sending it > commands from another program. You don't need to include it into your > own program; you don't even have to compile gnuplot yourself, as this > works just fine with the ready-made executables. > > The key is the concept of a "pipe", which you use to send commands from > your own program to gnuplot. Look up "popen" in your compiler's library > documentation. OK thanks Hans - I appreciate your reply! Cheers, Paul
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Compiling GNU Plot in Visual C++ Citizen Smith <paul.sweeneyok@gmail.com> - 2019-11-27 06:23 -0800
Re: Compiling GNU Plot in Visual C++ Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2019-11-28 18:34 +0100
Re: Compiling GNU Plot in Visual C++ Citizen Smith <paul.sweeneyok@gmail.com> - 2019-12-06 11:30 -0800
Re: Compiling GNU Plot in Visual C++ Citizen Smith <paul.sweeneyok@gmail.com> - 2019-12-06 11:36 -0800
csiph-web