
15/08/2010 13:03, Boris Schaeling wrote:
Here are the results of the Boost.Process project within this year's Google Summer of Code program: We have a complete library to manage system processes now!
Well done! Looks quite easy to use.
If you like to play around with the library download the ZIP file from <http://www.highscore.de/boost/gsoc2010/process.zip>. As it's a header-only library simply copy the files to your Boost folder. If you like to quickly check the documentation click on <http://www.highscore.de/boost/gsoc2010/>.
A few documentation problems: - detail headers shouldn't appear - pistream/postream do not inherit from std::istream/std::ostream nor to have any stream-like members, at least according to the reference - the Asynchronous I/O section should clearly say you need to use named pipes for this to work.