Date: Mon, 13 Oct 1997 19:12:45 -0700 (PDT) Message-Id: <199710140212.TAA29125@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "mark" , From: Nate Eldredge Subject: Re: Redirect cout to cin Precedence: bulk At 04:32 10/13/1997 +0500, mark wrote: >How redirect cout to cin? Within a program, that would make no sense. You can only read from cin, and can only write to cout. To redirect one program's cout to another's cin, you can use a pipe or the `redir' command. Nate Eldredge eldredge AT ap DOT net