On 20.07.2009 17:01, Haruki Shigemori wrote:
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.
It's not a port, it _is_ the std C library. std.stdio just adds
functionality on top of what C provides. That's what Phob
Reply to Lars,
Haruki Shigemori wrote:
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!
All the write functions in std.stdio (write, writeln, writef,
write
Jarrett Billingsley wrote:
2009/7/20 Haruki Shigemori :
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 ffl
Ary Borenszweig wrote:
Lars T. Kyllingstad wrote:
Lars T. Kyllingstad wrote:
Haruki Shigemori wrote:
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!
All
Lars T. Kyllingstad wrote:
Lars T. Kyllingstad wrote:
Haruki Shigemori wrote:
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!
All the write functions in
2009/7/20 Haruki Shigemori :
> 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).
Lars T. Kyllingstad wrote:
Haruki Shigemori wrote:
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!
All the write functions in std.stdio (write, writeln, w
Haruki Shigemori wrote:
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!
All the write functions in std.stdio (write, writeln, writef, writefln)
flush auto