View Single Post
Old Dec 8th, 2005, 3:42 PM   #1
dark_omen
Hobbyist Programmer
 
Join Date: Dec 2004
Posts: 125
Rep Power: 4 dark_omen is on a distinguished road
Send a message via AIM to dark_omen
converting double to string

Is there a way to convert a double to string. I tried to do it like this x.toString() and it didnt work as well as implicitly converting it. It gives me an error saying double can not be dereferenced.
dark_omen is offline   Reply With Quote