Add "setBinaryMode" and "setTextMode" to stdio?

Jakob Ovrum via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 12 17:48:13 PST 2016


On Wednesday, 13 January 2016 at 00:13:13 UTC, Johan Engelen 
wrote:
> Should I work on a PR for setBinaryMode+setTextMode ?

std.stdio is intended as a wrapper around stdio.h, which I don't 
think supports setting the mode post-fopen, but if we can support 
those operations for all practical targets then I think they 
would be nice additions nevertheless.



More information about the Digitalmars-d mailing list