Click here to Skip to main content
15,911,360 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiondisplay a help file (*.chm) in a VC++ 6.0 MFC Application Pin
Dhananjayak024-Oct-06 5:38
Dhananjayak024-Oct-06 5:38 
AnswerRe: display a help file (*.chm) in a VC++ 6.0 MFC Application Pin
Hamid_RT4-Oct-06 6:29
Hamid_RT4-Oct-06 6:29 
AnswerRe: display a help file (*.chm) in a VC++ 6.0 MFC Application Pin
ThatsAlok4-Oct-06 8:02
ThatsAlok4-Oct-06 8:02 
QuestionRelease build debugging question Pin
PeterCT4-Oct-06 5:08
PeterCT4-Oct-06 5:08 
AnswerRe: Release build debugging question Pin
Chris Losinger4-Oct-06 5:11
professionalChris Losinger4-Oct-06 5:11 
AnswerRe: Release build debugging question Pin
krmed4-Oct-06 5:22
krmed4-Oct-06 5:22 
AnswerRe: Release build debugging question Pin
David Crow4-Oct-06 5:32
David Crow4-Oct-06 5:32 
GeneralRe: Release build debugging question Pin
PeterCT4-Oct-06 6:57
PeterCT4-Oct-06 6:57 
Questionfunction names Pin
Waldermort4-Oct-06 5:05
Waldermort4-Oct-06 5:05 
QuestionRe: function names Pin
David Crow4-Oct-06 5:29
David Crow4-Oct-06 5:29 
AnswerRe: function names Pin
Waldermort4-Oct-06 5:48
Waldermort4-Oct-06 5:48 
AnswerRe: function names Pin
Michael Dunn4-Oct-06 7:33
sitebuilderMichael Dunn4-Oct-06 7:33 
QuestionImpossible mission ?! Pin
Liron Hirsch4-Oct-06 3:51
Liron Hirsch4-Oct-06 3:51 
QuestionRe: Impossible mission ?! Pin
David Crow4-Oct-06 4:44
David Crow4-Oct-06 4:44 
AnswerRe: Impossible mission ?! Pin
Liron Hirsch4-Oct-06 5:56
Liron Hirsch4-Oct-06 5:56 
AnswerRe: Impossible mission ?! Pin
Hamid_RT4-Oct-06 6:39
Hamid_RT4-Oct-06 6:39 
GeneralRe: Impossible mission ?! Pin
David Crow4-Oct-06 9:15
David Crow4-Oct-06 9:15 
AnswerRe: Impossible mission ?! Pin
ThatsAlok4-Oct-06 8:01
ThatsAlok4-Oct-06 8:01 
QuestionRemote path validation Pin
Gokul_md4-Oct-06 3:11
Gokul_md4-Oct-06 3:11 
AnswerRe: Remote path validation Pin
David Crow4-Oct-06 3:16
David Crow4-Oct-06 3:16 
GeneralRe: Remote path validation Pin
Gokul_md4-Oct-06 3:33
Gokul_md4-Oct-06 3:33 
QuestionRe: Remote path validation Pin
David Crow4-Oct-06 3:39
David Crow4-Oct-06 3:39 
GeneralRe: Remote path validation Pin
ThatsAlok4-Oct-06 8:00
ThatsAlok4-Oct-06 8:00 
QuestionThread safety/design patterns Pin
naen4-Oct-06 3:04
naen4-Oct-06 3:04 
AnswerRe: Thread safety/design patterns Pin
Shog94-Oct-06 4:47
sitebuilderShog94-Oct-06 4:47 
Presumably the manager classes are created before the worker threads are active, so putting synchronization at that level seems appropriate. It is necessary then to prevent one thread from writing changes to these objects while others are also trying to read or write to them.
This article presents one technique for accomplishing such synchronization:
http://www.codeproject.com/threads/ReaderWriterLock.asp [^]


I am tired and sleepy that's why i am at office. -- Adnan Siddiqi, The Soapbox's Future

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.