December 16, 2003
Hi,

as far as I can see, D does not provide it's own I/O routines, so I have to import std.c.stdio ?

Gerd


December 16, 2003
"Gerd Schering" <Gerd_member@pathlink.com> wrote in message news:brme1s$2tc8$1@digitaldaemon.com...
> Hi,
>
> as far as I can see, D does not provide it's own I/O routines, so I have to import std.c.stdio ?
>
> Gerd
>
>

Partially correct! It may not provide built in I/O routines, but it does provide the std.stream module. I get by just fine without stdio.

Andrew