August 15, 2005
Hi,
I noticed that a lot of example codes on various websites use std.stream.stdin,
and the dmd compiler won't compile them because "std.stream.stdin is
deprecated". Can someone show me how to convert std.stream.stdin into compilable
code?

thanks in advance,

Jerry


August 15, 2005
"Jerry" <Jerry_member@pathlink.com> wrote in message news:ddpc1j$7gb$1@digitaldaemon.com...
> Hi,
> I noticed that a lot of example codes on various websites use
> std.stream.stdin,
> and the dmd compiler won't compile them because "std.stream.stdin is
> deprecated". Can someone show me how to convert std.stream.stdin into
> compilable
> code?
>
> thanks in advance,
>
> Jerry
>
>

import std.cstream;
...
std.cstream.din