<br><br><div class="gmail_quote">On Thu, Mar 4, 2010 at 3:40 PM, Steve Schveighoffer <span dir="ltr">&lt;<a href="mailto:schveiguy@yahoo.com">schveiguy@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Will there be an unbuffered interface to file handles?  std.stdio.File wraps a FILE* which I find substandard.  I don&#39;t think D should be relying on C buffering for D-only constructs.<br>
<br>
I actually find the whole notion of relying on libc a little suspect, even for the standard handles.<br></blockquote></div><br>You will find it a lot suspect if you try to work with files over 2 GB.  See bugs 2409 and 2410.<br>