Converting int to double
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, Is there anyway that I can convert an int to a double without losing any of the data? Thanks
-
Hi, Is there anyway that I can convert an int to a double without losing any of the data? Thanks
-
Sorry that doesn't work. What I want to do is put a double into SetPixel, but I need to do so without losing any of the data. I've tried your way and it doesn't work. :(