double to string?
I need to output a double to a static control. Is there any way to convert a double to a string? (I know about the SetDlgItemInt function, but I believe that only works for ints. I MUST make the output a double, or some data type that supports decimals) thanks, Chris
|