|
About:
PStreams allows you to run another program from
your C++ application and to transfer data between
the two programs, similar to shell pipelines. In
the simplest case, a PStreams class is like a C++
wrapper for the POSIX.2 functions popen(3) and
pclose(3), using C++ IOStreams instead of C's
stdio library. The library provides class
templates in the style of the standard IOStreams
that can be used with any standard-conforming C++
compiler on a POSIX platform. The classes use a
streambuf class that uses fork() and the exec
family of functions to create a new process and to
write/read data to/from the process.
Author:
Jonathan Wakely [contact developer]
Homepage:
http://pstreams.sourceforge.net/
Tar/GZ:
http://prdownloads.sf.net/pstreams/pstreams-0.5.2.tar.gz
Changelog:
http://sourceforge.net/project/shownotes.php?release_id=275840
CVS tree (cvsweb):
http://pstreams.cvs.sourceforge.net/pstreams/
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.24/10.00
(Rank N/A)
» Vitality: 0.00% (Rank 17008)
» Popularity: 0.34% (Rank 16152)

(click to enlarge graphs)
Record hits: 3,095
URL hits: 625
Subscribers: 11
|
|