Click here to Skip to main content
16,005,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to know when calling app exited/stopped Pin
Paresh Chitte12-Aug-07 23:11
Paresh Chitte12-Aug-07 23:11 
AnswerRe: How to know when calling app exited/stopped Pin
jhwurmbach12-Aug-07 23:54
jhwurmbach12-Aug-07 23:54 
AnswerRe: How to know when calling app exited/stopped Pin
Stephen Hewitt13-Aug-07 14:56
Stephen Hewitt13-Aug-07 14:56 
Questionconvert char* to double and back Pin
Andy H12-Aug-07 22:11
Andy H12-Aug-07 22:11 
AnswerRe: convert char* to double and back Pin
sw@thi12-Aug-07 22:34
sw@thi12-Aug-07 22:34 
AnswerRe: convert char* to double and back Pin
Nishad S12-Aug-07 23:15
Nishad S12-Aug-07 23:15 
GeneralRe: convert char* to double and back Pin
Andy H13-Aug-07 1:13
Andy H13-Aug-07 1:13 
GeneralRe: convert char* to double and back Pin
Nishad S13-Aug-07 1:21
Nishad S13-Aug-07 1:21 
You can do it simple... first filter out the comma.

If you are using the CString, use str.Remove(',') so that the comma will be filtered. Then you can convert it to integer using atol, atoi, etc., or _ttol, _ttoi, etc.

- NS -

Questionhow do you package an MFC program Pin
king'ori12-Aug-07 20:28
king'ori12-Aug-07 20:28 
AnswerRe: how do you package an MFC program Pin
Peter Weyzen12-Aug-07 21:02
Peter Weyzen12-Aug-07 21:02 
AnswerRe: how do you package an MFC program Pin
Hamid_RT12-Aug-07 21:27
Hamid_RT12-Aug-07 21:27 
QuestionSDK of winzip OR how to create zip file programmatically Pin
Mushtaque Nizamani12-Aug-07 20:28
Mushtaque Nizamani12-Aug-07 20:28 
AnswerRe: SDK of winzip OR how to create zip file programmatically Pin
Hamid_RT12-Aug-07 21:20
Hamid_RT12-Aug-07 21:20 
QuestionDeleteObject Pin
nitin312-Aug-07 19:58
nitin312-Aug-07 19:58 
AnswerRe: DeleteObject Pin
Nishad S12-Aug-07 20:40
Nishad S12-Aug-07 20:40 
AnswerRe: DeleteObject Pin
Hans Dietrich12-Aug-07 21:57
mentorHans Dietrich12-Aug-07 21:57 
GeneralRe: DeleteObject Pin
Nishad S12-Aug-07 23:13
Nishad S12-Aug-07 23:13 
AnswerRe: DeleteObject Pin
Mark Salsbery13-Aug-07 4:17
Mark Salsbery13-Aug-07 4:17 
Question;how do you haddle OnAplly() for many property sheets [modified] Pin
king'ori12-Aug-07 19:47
king'ori12-Aug-07 19:47 
QuestionRe: ;how do you haddle OnAplly() for many property sheets Pin
prasad_som12-Aug-07 19:56
prasad_som12-Aug-07 19:56 
AnswerRe: ;how do you haddle OnAplly() for many property sheets Pin
jhwurmbach13-Aug-07 0:47
jhwurmbach13-Aug-07 0:47 
QuestionVC++ ( MFC) Pin
Jhony george12-Aug-07 19:28
Jhony george12-Aug-07 19:28 
AnswerRe: VC++ ( MFC) Pin
ktm TechMan12-Aug-07 19:58
ktm TechMan12-Aug-07 19:58 
GeneralRe: VC++ ( MFC) Pin
Jhony george12-Aug-07 20:09
Jhony george12-Aug-07 20:09 
AnswerRe: VC++ ( MFC) Pin
ktm TechMan12-Aug-07 23:23
ktm TechMan12-Aug-07 23:23 

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.