Programming Windows D Examples are now Online!

Jimmy Cao jcao219 at gmail.com
Thu Jun 23 11:48:28 PDT 2011


On Thu, Jun 23, 2011 at 12:46 PM, Walter Bright
<newshound2 at 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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20110623/08649c11/attachment.html>


More information about the Digitalmars-d-announce mailing list