jacob navia wrote: David Marsh a crit : > >I accidentally typed %b instead of %d in a printf format string >and got a binary representation of the number. Is that standard >C or a compiler extension? > It is used in the lcc-win32 compiler system for binary representation Unless you have means to disable it, that is another variation from ...