On Thu, Jun 23, 2011 at 12:46 PM, Walter Bright <newshound2@digitalmars.com> wrote:
On 6/23/2011 4:27 AM, Jimmy Cao wrote:
Also, there's nothing in the C standard that says, stdout must be buffered this
way or that way or even buffered at all.  I believe you can safely assume that
stdout is line-buffered in Linux, though, but I'm not sure.


DMC++ buffers stdout by line if the output is a tty. This is normal practice.

But that's not possible (to set it to line-buffering) on Windows, right?