Why std.stdio and not std.io ?

Anders F Björklund afb at algonet.se
Sat May 13 02:44:08 PDT 2006


Walter Bright wrote:

>> As in "eventually", yes ? There's no stdin in std.stdio at the moment.
>> (arguably all streams in std.stdio just come from std.c.stdio anyway)
> 
> writef, for example, writes to stdout.

That it does, I just meant that it writes to the "regular" 
std.c.stdio.stdout and not any special std.stdio.stdout ?

I guess we have std.cstream.dout, for the "special" stuff ?
along with the other two Streams, that is: din, dout, derr

--anders



More information about the Digitalmars-d mailing list