Does anyone know how to convert from a double type to string a string type?
I know I can use itoa() for integers, ltoa() for long values. but what about double?