Hi DdIV,

Looks like a typo in the format string for the second argument. You wrote "%10.f4" but it has to be "%10.4f". It's always 14 because "0.f" is just replaced with nothing by printf and 14 remains, or am I wrong (Didn't run the code :))?

Last edited by Chaosfreak; 08/21/13 09:53.