Path to this page:
Subject: CVS commit: wip/pstreams
From: Ryo ONODERA
Date: 2011-02-24 20:12:20
Message id: E1Psgc9-0004OO-VI@sfs-ml-4.v29.ch3.sourceforge.com
Log Message:
Import pstreams-0.7.0 as wip/pstreams.
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.
Files: