Click here to Skip to main content
15,903,203 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC update: how to disable loading pane docking state from registry Pin
bolivar12321-Jun-08 12:01
bolivar12321-Jun-08 12:01 
GeneralRe: MFC update: how to disable loading pane docking state from registry Pin
roel_22-Jun-08 2:02
roel_22-Jun-08 2:02 
QuestionWhat's the difference between function atof() and _tstof()? Pin
liuxianming200121-Jun-08 6:08
liuxianming200121-Jun-08 6:08 
AnswerRe: What's the difference between function atof() and _tstof()? Pin
Ștefan-Mihai MOGA21-Jun-08 6:20
professionalȘtefan-Mihai MOGA21-Jun-08 6:20 
AnswerRe: What's the difference between function atof() and _tstof()? Pin
Dan21-Jun-08 8:08
Dan21-Jun-08 8:08 
QuestionConvert CString to double Pin
bkelly1321-Jun-08 4:27
bkelly1321-Jun-08 4:27 
AnswerRe: Convert CString to double Pin
bkelly1321-Jun-08 4:30
bkelly1321-Jun-08 4:30 
GeneralRe: Convert CString to double Pin
Ștefan-Mihai MOGA21-Jun-08 4:33
professionalȘtefan-Mihai MOGA21-Jun-08 4:33 
Hi, you should try like this:

CString source = _T("1.2e6");
double target = _tstof( source );

Regards,
Mihai Moga
GeneralRe: Convert CString to double Pin
bkelly1321-Jun-08 4:42
bkelly1321-Jun-08 4:42 
GeneralRe: Convert CString to double Pin
Ștefan-Mihai MOGA21-Jun-08 4:47
professionalȘtefan-Mihai MOGA21-Jun-08 4:47 
GeneralRe: Convert CString to double Pin
bkelly1321-Jun-08 6:27
bkelly1321-Jun-08 6:27 
GeneralRe: Convert CString to double Pin
Ștefan-Mihai MOGA21-Jun-08 6:42
professionalȘtefan-Mihai MOGA21-Jun-08 6:42 
GeneralRe: Convert CString to double Pin
bkelly1321-Jun-08 16:05
bkelly1321-Jun-08 16:05 
GeneralRe: Convert CString to double Pin
Ștefan-Mihai MOGA21-Jun-08 20:18
professionalȘtefan-Mihai MOGA21-Jun-08 20:18 
GeneralRe: Convert CString to double Pin
bkelly1322-Jun-08 2:44
bkelly1322-Jun-08 2:44 
GeneralRe: Convert CString to double Pin
CPallini21-Jun-08 4:48
mveCPallini21-Jun-08 4:48 
GeneralRe: Convert CString to double Pin
bkelly1321-Jun-08 4:51
bkelly1321-Jun-08 4:51 
GeneralRe: Convert CString to double Pin
CPallini21-Jun-08 6:41
mveCPallini21-Jun-08 6:41 
GeneralRe: Convert CString to double Pin
bkelly1321-Jun-08 7:18
bkelly1321-Jun-08 7:18 
GeneralRe: Convert CString to double Pin
CPallini22-Jun-08 0:42
mveCPallini22-Jun-08 0:42 
GeneralSomebody voted me down for playing with you. Pin
Rajesh R Subramanian26-Jun-08 0:24
professionalRajesh R Subramanian26-Jun-08 0:24 
GeneralRe: Somebody voted me down for playing with you. Pin
CPallini26-Jun-08 1:00
mveCPallini26-Jun-08 1:00 
GeneralRe: Somebody voted me down for playing with you. Pin
Rajesh R Subramanian26-Jun-08 1:10
professionalRajesh R Subramanian26-Jun-08 1:10 
GeneralRe: Convert CString to double Pin
Nelek21-Jun-08 7:04
protectorNelek21-Jun-08 7:04 
GeneralRe: Convert CString to double Pin
bkelly1321-Jun-08 9:15
bkelly1321-Jun-08 9:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.