Jarrett Billingsley wrote:
2009/7/20 Haruki Shigemori <rayerd....@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).
uhmm... I think std.c.stdio is a port of the C language library, std.stdio must has flush or fflush as the D language library.