[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] printf format specifier



On 2005-12-27 10:58:54, Hugo Vanwoerkom wrote:
> Hi,
> 
> I thought that %02.1f would print floating points as xx.x or 0x.x but it 
> does not. It prints x.x or xx.x.
> How do I ensure that there always are 2 digits before the floating point?

Try "%04.1f", since xx.x has length 4, not 2.

I must admit I overlooked that at first too ;-)


Felix

-- 
Felix C. Stegerman <flx@hccnet.nl>

"Any sufficiently advanced bug is indistinguishable from a feature."
 -- R. Kulawiec



Reply to: