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

C / C++ / MFC

 
AnswerRe: Where should I store application's shared config file that are the same for all user of windows in VISTA Pin
krmed22-Jun-08 3:35
krmed22-Jun-08 3:35 
GeneralRe: Where should I store application's shared config file that are the same for all user of windows in VISTA Pin
bob1697222-Jun-08 4:23
bob1697222-Jun-08 4:23 
GeneralRe: Where should I store application's shared config file that are the same for all user of windows in VISTA Pin
krmed23-Jun-08 1:54
krmed23-Jun-08 1:54 
GeneralRe: Where should I store application's shared config file that are the same for all user of windows in VISTA Pin
bob1697223-Jun-08 8:08
bob1697223-Jun-08 8:08 
QuestionMFC update: how to disable loading pane docking state from registry Pin
roel_21-Jun-08 6:28
roel_21-Jun-08 6:28 
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 
CString a("2e3");<br />
double  b = atof(a);

do right in VC++6.0 but wrong in VC++2008

    CString a("2e3");<br />
double  b = _tstof(a);

do right in VC++2008 but wrong in VC++6.0

Cry | :((
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 
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 

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.