www.digitalmars.com         C & C++   DMDScript  

D - newbie question concerning I/O

reply Gerd Schering <Gerd_member pathlink.com> writes:
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
Dec 15 2003
parent "Andrew Edwards" <edwardsac spamfreeusa.com> writes:
"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
Dec 16 2003