$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] std-in/out communication with child process
From: Igor R (boost.lists_at_[hidden])
Date: 2008-11-02 09:49:07
> I'd like to open a child process within my main process and send info to its
> stdin and get info from its stdout/stderr.
You've got such capabilities in Boost.Process, which is not a part of
the official boost yet: