On Sun, Sep 21, 2008 at 8:22 PM, haseeb asd <[EMAIL PROTECTED]> wrote: > man can't understand ur problem
If you want to dynamicaly format the printing of a number, for example:
printf("%3.2f\n", afloat);
The problem was how do you decide the values '3' and '2' at runtime.
Rather than at compile time, which is what the above statement suffers
from.
--
PJH
http://shabbleland.myminicity.com/ind
