Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: DLL and .Exe Pin
Eugen Podsypalnikov17-Feb-10 3:36
Eugen Podsypalnikov17-Feb-10 3:36 
GeneralRe: DLL and .Exe Pin
BIJU Manjeri17-Feb-10 16:40
BIJU Manjeri17-Feb-10 16:40 
GeneralRe: DLL and .Exe Pin
Saurabh.Garg17-Feb-10 17:10
Saurabh.Garg17-Feb-10 17:10 
QuestionHow to load a bitmap into a Toolbar from Resource Manager? Pin
Software200717-Feb-10 2:07
Software200717-Feb-10 2:07 
AnswerRe: How to load a bitmap into a Toolbar from Resource Manager? Pin
Eugen Podsypalnikov17-Feb-10 3:26
Eugen Podsypalnikov17-Feb-10 3:26 
QuestionCRITICAL SECTION AND MUTEX Pin
ramina sen17-Feb-10 0:58
ramina sen17-Feb-10 0:58 
AnswerRe: CRITICAL SECTION AND MUTEX Pin
Adam Roderick J17-Feb-10 1:13
Adam Roderick J17-Feb-10 1:13 
AnswerRe: CRITICAL SECTION AND MUTEX Pin
Roger Stoltz17-Feb-10 1:40
Roger Stoltz17-Feb-10 1:40 
For thread synchronization between threads in the same process you should use critical sections as they are faster since they don't have a kernel object associated with them.
For synchronization between processes, e.g. when accessing system resources, you have to use mutexes.
Mutexes will work in either case.

You will find some interesting reading here[^] and here[^].

"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


AnswerRe: CRITICAL SECTION AND MUTEX Pin
Cool_Dev17-Feb-10 22:16
Cool_Dev17-Feb-10 22:16 
Questionproblem in updating the icon Pin
learningvisualc16-Feb-10 23:38
learningvisualc16-Feb-10 23:38 
AnswerRe: problem in updating the icon Pin
Richard MacCutchan17-Feb-10 0:59
mveRichard MacCutchan17-Feb-10 0:59 
GeneralRe: problem in updating the icon Pin
learningvisualc17-Feb-10 1:34
learningvisualc17-Feb-10 1:34 
GeneralRe: problem in updating the icon Pin
Richard MacCutchan17-Feb-10 3:07
mveRichard MacCutchan17-Feb-10 3:07 
AnswerRe: problem in updating the icon Pin
HetzelGJ17-Feb-10 4:41
HetzelGJ17-Feb-10 4:41 
QuestionReading And Writing On The Same File Pin
jannathali16-Feb-10 21:24
jannathali16-Feb-10 21:24 
AnswerRe: Reading And Writing On The Same File Pin
«_Superman_»16-Feb-10 21:30
professional«_Superman_»16-Feb-10 21:30 
AnswerRe: Reading And Writing On The Same File Pin
KingsGambit16-Feb-10 21:50
KingsGambit16-Feb-10 21:50 
GeneralRe: Reading And Writing On The Same File Pin
vkpMark16-Feb-10 22:57
vkpMark16-Feb-10 22:57 
Questionremote sensing row image simulatetor Pin
a.jalaee16-Feb-10 20:07
a.jalaee16-Feb-10 20:07 
AnswerRe: remote sensing row image simulatetor Pin
KingsGambit16-Feb-10 21:09
KingsGambit16-Feb-10 21:09 
QuestionWhat is the value of Ctrl+Z in terms of CString? Pin
Le@rner16-Feb-10 19:43
Le@rner16-Feb-10 19:43 
AnswerRe: What is the value of Ctrl+Z in terms of CString? Pin
KingsGambit16-Feb-10 20:16
KingsGambit16-Feb-10 20:16 
GeneralRe: What is the value of Ctrl+Z in terms of CString? Pin
Le@rner16-Feb-10 20:17
Le@rner16-Feb-10 20:17 
GeneralRe: What is the value of Ctrl+Z in terms of CString? Pin
Mircea Puiu16-Feb-10 20:24
Mircea Puiu16-Feb-10 20:24 
GeneralRe: What is the value of Ctrl+Z in terms of CString? Pin
KingsGambit16-Feb-10 20:26
KingsGambit16-Feb-10 20:26 

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.