Thread overview
a cin-like function in phobos
Jun 15, 2004
ameer armaly
Jun 15, 2004
Maik Zumstrull
Jun 15, 2004
Sean Kelly
June 15, 2004
Hi all.
What's a good line reader  function, similar to the cin class in c++?

June 15, 2004
ameer armaly schrieb:

> Hi all.
> What's a good line reader  function, similar to the cin class in c++?

It's AFAIK not explicitly documented, but std.stream defines streams named stdin, stdout, stderr. They work as expected. Have a look at the std.stream documentation for details.
June 15, 2004
In article <Pine.LNX.4.58.0406151153130.1567@debian>, ameer armaly says...
>
>What's a good line reader  function, similar to the cin class in c++?

Check stream.d.  If you want functionality closer to what's in C++, wait about a week--I'm working on some revisions to that stuff right now.