E
er
Hello,
How do I get rid of the warning below without changing the type of n,
while keeping the scientific format? Is static_cast<unsigned>(5e4) the
only way?
const unsigned n = 5e4; // [Warning] converting to `unsigned int' from
`double';
I use : Win7-32 V6.1.7100 Dev-C++ 5.0 beta 9.2 with Mingw/GCC 3.4.2
Thanks.
How do I get rid of the warning below without changing the type of n,
while keeping the scientific format? Is static_cast<unsigned>(5e4) the
only way?
const unsigned n = 5e4; // [Warning] converting to `unsigned int' from
`double';
I use : Win7-32 V6.1.7100 Dev-C++ 5.0 beta 9.2 with Mingw/GCC 3.4.2
Thanks.