Click here to Skip to main content
16,004,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get column count of ListCtrl Pin
khan++20-Apr-05 1:28
khan++20-Apr-05 1:28 
GeneralAdd a shortcut to "Network Connections" Pin
Chuaaico20-Apr-05 0:13
Chuaaico20-Apr-05 0:13 
GeneralProblem with CToolBar and XP Pin
Emilio-R20-Apr-05 0:07
Emilio-R20-Apr-05 0:07 
GeneralRe: Problem with CToolBar and XP Pin
John Shaw20-Apr-05 7:03
John Shaw20-Apr-05 7:03 
GeneralCString to char conversion Pin
hithesh19-Apr-05 23:24
hithesh19-Apr-05 23:24 
GeneralRe: CString to char conversion Pin
22491719-Apr-05 23:41
22491719-Apr-05 23:41 
GeneralRe: CString to char conversion Pin
ThatsAlok20-Apr-05 0:04
ThatsAlok20-Apr-05 0:04 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 0:12
hithesh20-Apr-05 0:12 
Alok, thats the first thing i tried.

char *stop;

UpdateData (TRUE);
input=strtod(m_display, &stop);
x=input;

m_display is the CString variable, input is double.

ERRORS:
error C2664: 'strtod' : cannot convert parameter 1 from 'class CString' to 'const char *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called

Help me!!!!!!!!!!!!!!!!!!!1

-hithesh
GeneralRe: CString to char conversion Pin
ThatsAlok20-Apr-05 0:21
ThatsAlok20-Apr-05 0:21 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 5:04
hithesh20-Apr-05 5:04 
GeneralRe: CString to char conversion Pin
ThatsAlok19-Apr-05 23:51
ThatsAlok19-Apr-05 23:51 
GeneralRe: CString to char conversion Pin
ThatsAlok20-Apr-05 0:00
ThatsAlok20-Apr-05 0:00 
GeneralRe: CString to char conversion Pin
David Crow20-Apr-05 2:27
David Crow20-Apr-05 2:27 
GeneralRe: CString to char conversion Pin
ThatsAlok20-Apr-05 20:21
ThatsAlok20-Apr-05 20:21 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 7:50
hithesh20-Apr-05 7:50 
GeneralRe: CString to char conversion Pin
James R. Twine20-Apr-05 8:04
James R. Twine20-Apr-05 8:04 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 8:09
hithesh20-Apr-05 8:09 
GeneralRe: CString to char conversion Pin
James R. Twine20-Apr-05 8:14
James R. Twine20-Apr-05 8:14 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 8:26
hithesh20-Apr-05 8:26 
GeneralRe: CString to char conversion Pin
James R. Twine20-Apr-05 8:50
James R. Twine20-Apr-05 8:50 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 9:26
hithesh20-Apr-05 9:26 
GeneralRe: CString to char conversion Pin
Rick York20-Apr-05 10:22
mveRick York20-Apr-05 10:22 
GeneralRe: CString to char conversion Pin
hithesh20-Apr-05 10:38
hithesh20-Apr-05 10:38 
GeneralRe: CString to char conversion Pin
ThatsAlok20-Apr-05 17:51
ThatsAlok20-Apr-05 17:51 
GeneralGrab Webpage to clipboard (as bitmap) Pin
Mathefreak19-Apr-05 23:11
Mathefreak19-Apr-05 23:11 

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.