Date: Sun, 2 Jul 1995 14:03:40 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: dsn AT chem DOT duke DOT edu Subject: Re: read()? Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > A while ago I ran into a situation (I think it was with Borland, but it > might exist in djgpp) where I wanted to treat cin and cout in "raw" > mode. Is there a way to do this that is analogous to what you wrote above? setmode() should work in C++ as well as in C. It sets the handle to raw mode as part of its operation.