On Jun 24, 2013, at 9:25 PM, Joe Darcy wrote: >> "Requires the output to be padded with leading zeros to the minimum field >> width following any sign or radix indicator except when converting NaN or >> infinity. If the width is not provided, then a MissingFormatWidthException >> will be thrown." >> >> Comments? >> > > As a point of comparison, how does the C specification of printf and how do C > implementations handle this combination?
To be certain, which combination precisely do you intend? Brian