M
Martin T.
Hello.
Which Compilers for Windows can issue a warning for wrong printf-like
format strings?
i.e.:
int str = 311;
printf("H%so World!", str); // <-- Compiler warns about wrong type.
Are there any (free?) Windows C++ compilers that can warn about such
things?
best regards,
Martin
Which Compilers for Windows can issue a warning for wrong printf-like
format strings?
i.e.:
int str = 311;
printf("H%so World!", str); // <-- Compiler warns about wrong type.
Are there any (free?) Windows C++ compilers that can warn about such
things?
best regards,
Martin