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
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