Gunslinger08
Lifer
- Nov 18, 2001
- 13,234
- 2
- 81
Originally posted by: Armitage
Originally posted by: joshsquall
Why not just create a Double (capital D) with the value and then do .ToString()?
double x = 42.42;
Double d = new Double(x);
d.ToString();
Because the subject is C++
I could have sworn C++ had the Double data type. Guess I'm thinking of Java.