Hi,
I am new to C++. I need to format a float variable to 4d.9d ( Two numbers before decimal and 8 after decimal ).
How can I use sprintf for this?
I am new to C++. I need to format a float variable to 4d.9d ( Two numbers before decimal and 8 after decimal ).
How can I use sprintf for this?
Comment