Input from a newbie
Jonas H.
jonas at lophus.org
Mon Apr 9 08:50:48 PDT 2012
On 04/09/2012 05:39 PM, Andrej Mitrovic wrote:
> I don't think the compiler can warn about this. Isn't printf one of
> those unsafe C variadic functions? Someone correct me if I'm wrong.
The GCC C compiler proves you wrong :) They have warnings. I guess it's
a hack (because printf really doesn't belong into the compiler) but that
doesn't matter. What matters is user-friendliness.
More information about the Digitalmars-d-learn
mailing list