halting problem :)

Jarrett Billingsley jarrett.billingsley at gmail.com
Tue Jan 27 14:41:47 PST 2009


On Tue, Jan 27, 2009 at 5:33 PM, Saaa <empty at needmail.com> wrote:
>
> No, normally writefln suffices.. :)
> btw. Why do writef writes not always show up at the expected places?

If you mean that sometimes you write something but it never shows up,
it's because it buffers the output.  You have to use fflush(stdout) to
see the output immediately.

Unless you mean something else.  <_<


More information about the Digitalmars-d-learn mailing list