On Thu, Jun 23, 2011 at 12:46 PM, Walter Bright <span dir="ltr"><<a href="mailto:newshound2@digitalmars.com">newshound2@digitalmars.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On 6/23/2011 4:27 AM, Jimmy Cao wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Also, there's nothing in the C standard that says, stdout must be buffered this<br>
way or that way or even buffered at all.  I believe you can safely assume that<br>
stdout is line-buffered in Linux, though, but I'm not sure.<br>
</blockquote>
</div><br>
<br>
DMC++ buffers stdout by line if the output is a tty. This is normal practice.<br>
</blockquote></div><br><div>But that's not possible (to set it to line-buffering) on Windows, right?  </div>