There is not std.stdio.flush

Jarrett Billingsley jarrett.billingsley at gmail.com
Mon Jul 20 06:10:21 PDT 2009


2009/7/20 Haruki Shigemori <rayerd.wiz at gmail.com>:
> Hi.
>
> The std.cstream.dout has a member function dout.flush.
> But the std.stdio has not a function flush or a similar function.
> Why? Don't you want to have it?
> Give me the std.stdio.flush!

You don't need it.  Just import std.c.stdio and fflush(stdout).


More information about the Digitalmars-d-learn mailing list