Converting a string to a double
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I need to convert a
CString
to adouble
, but the functionswscanf_s
only operates on
float
's. What should I use to convert to adouble
?The difficult we do right away... ...the impossible takes slightly longer.
-
I need to convert a
CString
to adouble
, but the functionswscanf_s
only operates on
float
's. What should I use to convert to adouble
?The difficult we do right away... ...the impossible takes slightly longer.
-
I need to convert a
CString
to adouble
, but the functionswscanf_s
only operates on
float
's. What should I use to convert to adouble
?The difficult we do right away... ...the impossible takes slightly longer.