Re: There is not std.stdio.flush

2009-07-20 Thread torhu
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

Re: There is not std.stdio.flush

2009-07-20 Thread BCS
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

Re: There is not std.stdio.flush

2009-07-20 Thread Haruki Shigemori
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

Re: There is not std.stdio.flush

2009-07-20 Thread Lars T. Kyllingstad
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

Re: There is not std.stdio.flush

2009-07-20 Thread Ary Borenszweig
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

Re: There is not std.stdio.flush

2009-07-20 Thread Jarrett Billingsley
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).

Re: There is not std.stdio.flush

2009-07-20 Thread Lars T. Kyllingstad
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

Re: There is not std.stdio.flush

2009-07-20 Thread Lars T. Kyllingstad
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