std.stdio.write, writeln, fwrite, fwriteln

Andrei Alexandrescu (See Website For Email) SeeWebsiteForEmail at erdani.org
Thu Dec 28 11:26:48 PST 2006


Lionello Lunesu wrote:
> This is for the cout lovers out there:
> 
> I like writefln, but many times it's doing too much. I often forget to print
> strings explicitly using "%s", to prevent errors in the (rare) case the
> string contains %-characters. That's why I've added write, writeln, fwrite,
> fwriteln to std\stdio.d

How about the converse read* functions?

Andrei



More information about the Digitalmars-d-announce mailing list