S
skg
Hi,
I'm writing a c++ code, where in i'm passing a double value to a
function.
What i'm sending is a double value in scientific mode
say
set_value (1234e5.6)
G++ compiler cribs about invalid suffix .6 to floating constant.
I'm using g++-3.4.2
If i'm doing wrong, then what is the correct way of sending double
value in scientific mode.
Thanks,
Surya
I'm writing a c++ code, where in i'm passing a double value to a
function.
What i'm sending is a double value in scientific mode
say
set_value (1234e5.6)
G++ compiler cribs about invalid suffix .6 to floating constant.
I'm using g++-3.4.2
If i'm doing wrong, then what is the correct way of sending double
value in scientific mode.
Thanks,
Surya