Click here to Skip to main content
16,007,443 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to save my data in notepad or excel Pin
gentleguy18-Jun-08 23:37
gentleguy18-Jun-08 23:37 
AnswerRe: how to save my data in notepad or excel Pin
Hamid_RT18-Jun-08 23:44
Hamid_RT18-Jun-08 23:44 
GeneralRe: how to save my data in notepad or excel Pin
gentleguy18-Jun-08 23:59
gentleguy18-Jun-08 23:59 
GeneralRe: how to save my data in notepad or excel Pin
Hamid_RT19-Jun-08 0:04
Hamid_RT19-Jun-08 0:04 
QuestionRe: how to save my data in notepad or excel Pin
David Crow19-Jun-08 3:41
David Crow19-Jun-08 3:41 
QuestionThread synchronization problems Pin
ss43118-Jun-08 21:20
ss43118-Jun-08 21:20 
AnswerRe: Thread synchronization problems Pin
Jijo.Raj18-Jun-08 21:47
Jijo.Raj18-Jun-08 21:47 
GeneralRe: Thread synchronization problems Pin
ss43118-Jun-08 22:51
ss43118-Jun-08 22:51 
Thank you for your reply Raj,

If the resource is locked what we have to do to unlock that locked resource and make it used by other Threads.

If the resource is locked by CMutex object then there is no problem as it will automatically unlocks the locked resource after the thread whick locks it is exited. But what about the situation if we use CCriticalSetion or CSemaphore,as they don't release the resources automatically.
AnswerRe: Thread synchronization problems Pin
Roger Stoltz19-Jun-08 0:04
Roger Stoltz19-Jun-08 0:04 
AnswerRe: Thread synchronization problems Pin
Mark Salsbery19-Jun-08 6:25
Mark Salsbery19-Jun-08 6:25 
QuestionCombining 2 projects in 1 workspace Pin
kindaichinisan18-Jun-08 21:11
kindaichinisan18-Jun-08 21:11 
AnswerRe: Combining 2 projects in 1 workspace Pin
Cedric Moonen18-Jun-08 21:25
Cedric Moonen18-Jun-08 21:25 
QuestionRe: Combining 2 projects in 1 workspace Pin
kindaichinisan18-Jun-08 22:02
kindaichinisan18-Jun-08 22:02 
AnswerRe: Combining 2 projects in 1 workspace Pin
Cedric Moonen18-Jun-08 22:48
Cedric Moonen18-Jun-08 22:48 
GeneralRe: Combining 2 projects in 1 workspace Pin
kindaichinisan18-Jun-08 23:07
kindaichinisan18-Jun-08 23:07 
GeneralRe: Combining 2 projects in 1 workspace Pin
Rajesh R Subramanian18-Jun-08 23:21
professionalRajesh R Subramanian18-Jun-08 23:21 
JokeRe: Combining 2 projects in 1 workspace Pin
Hamid_RT19-Jun-08 0:06
Hamid_RT19-Jun-08 0:06 
GeneralRe: Combining 2 projects in 1 workspace Pin
Rajesh R Subramanian19-Jun-08 0:24
professionalRajesh R Subramanian19-Jun-08 0:24 
GeneralRe: Combining 2 projects in 1 workspace Pin
Cedric Moonen19-Jun-08 0:09
Cedric Moonen19-Jun-08 0:09 
AnswerRe: Combining 2 projects in 1 workspace Pin
bulg19-Jun-08 11:39
bulg19-Jun-08 11:39 
GeneralRe: Combining 2 projects in 1 workspace Pin
kindaichinisan19-Jun-08 16:14
kindaichinisan19-Jun-08 16:14 
QuestionDebug Assertion Failed! Pin
Le@rner18-Jun-08 21:01
Le@rner18-Jun-08 21:01 
AnswerRe: Debug Assertion Failed! Pin
Cedric Moonen18-Jun-08 21:04
Cedric Moonen18-Jun-08 21:04 
AnswerRe: Debug Assertion Failed! Pin
Hamid_RT18-Jun-08 23:59
Hamid_RT18-Jun-08 23:59 
QuestionRe: Debug Assertion Failed! Pin
David Crow19-Jun-08 3:19
David Crow19-Jun-08 3:19 

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.