flush and stdout

Tom Tom_member at pathlink.com
Wed May 17 10:47:47 PDT 2006


In article <e4fm51$9ej$1 at digitaldaemon.com>, Jarrett Billingsley says...
>
>"Tom" <Tom_member at pathlink.com> wrote in message 
>news:e4fj4n$4m7$1 at digitaldaemon.com...
>> Is there an alternative to:
>>
>> fflush(std.stdio.stdout);
>
>Try:
>
>import std.cstream;
>
>...
>
>dout.writefln("Hello");
>dout.flush();
>
>
>dout is a wrapper around stdout using a type of D Stream. 

Oops! Thanks, I've missed that module :)

--
Tom;



More information about the Digitalmars-d mailing list