cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
double MyValue = 0.02425D;
double MyValue = 0.02425D;
Feb 8, 2012 at 3:21pm UTC
lql44
(18)
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
Feb 8, 2012 at 3:23pm UTC
Lynx876
(742)
f (:
Feb 8, 2012 at 5:34pm UTC
Peter87
(11234)
Just leave out the D and it will be a double.
Topic archived. No new replies allowed.