Click here to Skip to main content
15,890,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: slow std::sort, hot to make it without object copy? Pin
Dracula Wang1-Sep-08 20:06
Dracula Wang1-Sep-08 20:06 
Questionhow can i get the boot volume drive letter Pin
Dracula Wang1-Sep-08 19:33
Dracula Wang1-Sep-08 19:33 
QuestionBlank date in CDateTimeCtrl !! Pin
Le@rner1-Sep-08 19:32
Le@rner1-Sep-08 19:32 
AnswerRe: Blank date in CDateTimeCtrl !! Pin
_AnsHUMAN_ 1-Sep-08 20:06
_AnsHUMAN_ 1-Sep-08 20:06 
GeneralRe: Blank date in CDateTimeCtrl !! Pin
Le@rner3-Sep-08 1:13
Le@rner3-Sep-08 1:13 
QuestionHow to handle TerminateProcess in my Application? Pin
Erik1-Sep-08 18:49
Erik1-Sep-08 18:49 
AnswerRe: How to handle TerminateProcess in my Application? Pin
onlyjaypatel1-Sep-08 19:13
onlyjaypatel1-Sep-08 19:13 
AnswerRe: How to handle TerminateProcess in my Application? Pin
JudyL_MD2-Sep-08 6:32
JudyL_MD2-Sep-08 6:32 
To expand on the other answer you got ... If your app does not have a message queue (i.e. it cannot receive a WM_CLOSE), you'll need to use some sort of signaling mechanism like a named event that can be accessed across process boundaries. You've discovered why TerminateProcess should be avoided at all costs - it leaves things in a very messy state.

Judy
QuestionString to char* Pin
Shirani1-Sep-08 17:28
Shirani1-Sep-08 17:28 
AnswerRe: String to char* Pin
Rane1-Sep-08 18:01
Rane1-Sep-08 18:01 
GeneralRe: String to char* Pin
ThatsAlok1-Sep-08 20:16
ThatsAlok1-Sep-08 20:16 
AnswerRe: String to char* Pin
santhoshv841-Sep-08 18:23
santhoshv841-Sep-08 18:23 
AnswerRe: String to char* Pin
onlyjaypatel1-Sep-08 19:00
onlyjaypatel1-Sep-08 19:00 
GeneralRe: String to char* Pin
Cedric Moonen1-Sep-08 19:56
Cedric Moonen1-Sep-08 19:56 
AnswerRe: String to char* Pin
Cedric Moonen1-Sep-08 20:00
Cedric Moonen1-Sep-08 20:00 
GeneralRe: String to char* Pin
ThatsAlok1-Sep-08 20:17
ThatsAlok1-Sep-08 20:17 
AnswerRe: String to char* Pin
ThatsAlok1-Sep-08 20:15
ThatsAlok1-Sep-08 20:15 
Questioninterpolation code C++ Pin
mrby1231-Sep-08 16:58
mrby1231-Sep-08 16:58 
AnswerRe: interpolation code C++ Pin
ThatsAlok1-Sep-08 20:18
ThatsAlok1-Sep-08 20:18 
QuestionCToolBarCtrl help Pin
fantasy12151-Sep-08 16:31
fantasy12151-Sep-08 16:31 
QuestionCAsyncSocket fails after a few successful OnReceive()'s Pin
EvoWing1-Sep-08 14:28
EvoWing1-Sep-08 14:28 
AnswerRe: CAsyncSocket fails after a few successful OnReceive()'s Pin
EvoWing2-Sep-08 3:55
EvoWing2-Sep-08 3:55 
GeneralRe: CAsyncSocket fails after a few successful OnReceive()'s Pin
Mark Salsbery2-Sep-08 7:05
Mark Salsbery2-Sep-08 7:05 
QuestionRe: CAsyncSocket fails after a few successful OnReceive()'s Pin
EvoWing7-Sep-08 4:55
EvoWing7-Sep-08 4:55 
QuestionRe: CAsyncSocket fails after a few successful OnReceive()'s Pin
Mark Salsbery8-Sep-08 8:17
Mark Salsbery8-Sep-08 8:17 

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.