double MyValue = 0.02425D;

Hi All,

In Java, I put a D at the end of a number to make it a double, is there a equivalent in C++?
 
double MyValue=0.02425D;


Txs
f (:
Just leave out the D and it will be a double.
Topic archived. No new replies allowed.