std.compress

bearophile bearophileHUGS at lycos.com
Sun Jun 9 20:40:31 PDT 2013


Jacob Carlborg:

> printf is even worse in D than in C. That's because most modern 
> C compilers will give warnings if you use printf incorrectly.

The ldc2 compiler has this switch:

   -check-printf-calls                          - Validate printf 
call format strings against arguments

Bye,
bearophile


More information about the Digitalmars-d mailing list