// JP opened flex table

Click to See Complete Forum and Search --> : Q: VC++ printf( %e) 3 character exponent control


Stephan Koerner
June 25th, 1998, 06:48 PM
Hello,

When using VC++ with a printf() statement the scientific notation

%e format provides 3 characters for the exponent. How does one

fix this to only get 2. get this 1.234000e+003 want 1.234000e+03


thanks, stephan

//JP added flex table