Date: Tue, 14 Oct 1997 10:56:11 +0200 (IST) From: Eli Zaretskii To: mark cc: djgpp AT delorie DOT com Subject: Re: Output stream of child process In-Reply-To: <01bcd87c$58b2fa00$91e6e2c2@mark.rtf.usart.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 14 Oct 1997, mark wrote: > How a output stream of child process (through cout) to accept and to > process by parental process (through cin)? I use a library call spaw * > (...). Use `popen' and `pclose' instead of `spawn*' functions. `popen'/`pclose' are described in the library reference (type "info libc alpha popen" from the DOS prompt).