Click here to Skip to main content
15,900,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: array values Pin
Pryabu21-Jun-10 2:10
Pryabu21-Jun-10 2:10 
GeneralRe: array values Pin
Richard MacCutchan21-Jun-10 4:30
mveRichard MacCutchan21-Jun-10 4:30 
GeneralRe: array values Pin
Pryabu21-Jun-10 1:44
Pryabu21-Jun-10 1:44 
GeneralRe: array values Pin
CPallini21-Jun-10 1:52
mveCPallini21-Jun-10 1:52 
QuestionCombobox catching enter event Pin
Sakhalean20-Jun-10 23:16
Sakhalean20-Jun-10 23:16 
AnswerRe: Combobox catching enter event Pin
Code-o-mat20-Jun-10 23:24
Code-o-mat20-Jun-10 23:24 
GeneralRe: Combobox catching enter event Pin
Sakhalean20-Jun-10 23:48
Sakhalean20-Jun-10 23:48 
GeneralRe: Combobox catching enter event Pin
Code-o-mat20-Jun-10 23:51
Code-o-mat20-Jun-10 23:51 
QuestionDifference between VC6 and VS 2008. Pin
DevelopmentNoob20-Jun-10 22:32
DevelopmentNoob20-Jun-10 22:32 
AnswerRe: Difference between VC6 and VS 2008. Pin
Maximilien20-Jun-10 23:46
Maximilien20-Jun-10 23:46 
AnswerRe: Difference between VC6 and VS 2008. Pin
Kevin McFarlane21-Jun-10 3:37
Kevin McFarlane21-Jun-10 3:37 
AnswerRe: Difference between VC6 and VS 2008. Pin
wbgxx21-Jun-10 4:16
wbgxx21-Jun-10 4:16 
QuestionChange defaut exe name for project Pin
vipin_nvk20-Jun-10 22:27
vipin_nvk20-Jun-10 22:27 
AnswerRe: Change defaut exe name for project Pin
Cool_Dev20-Jun-10 23:01
Cool_Dev20-Jun-10 23:01 
QuestionIs a rectangle on a monitor? Pin
hans.sch20-Jun-10 20:49
hans.sch20-Jun-10 20:49 
AnswerRe: Is a rectangle on a monitor? Pin
«_Superman_»20-Jun-10 21:04
professional«_Superman_»20-Jun-10 21:04 
GeneralRe: Is a rectangle on a monitor? Pin
hans.sch20-Jun-10 21:14
hans.sch20-Jun-10 21:14 
AnswerRe: Is a rectangle on a monitor? Pin
KarstenK20-Jun-10 21:06
mveKarstenK20-Jun-10 21:06 
Questionsemaphore memory allocation Pin
rupeshkp72820-Jun-10 20:34
rupeshkp72820-Jun-10 20:34 
AnswerRe: semaphore memory allocation Pin
«_Superman_»20-Jun-10 21:12
professional«_Superman_»20-Jun-10 21:12 
GeneralRe: semaphore memory allocation Pin
rupeshkp72820-Jun-10 21:32
rupeshkp72820-Jun-10 21:32 
GeneralRe: semaphore memory allocation Pin
«_Superman_»20-Jun-10 22:42
professional«_Superman_»20-Jun-10 22:42 
GeneralRe: semaphore memory allocation Pin
rupeshkp72820-Jun-10 22:50
rupeshkp72820-Jun-10 22:50 
Thanks Superman for the inputs.
Ok so this means that the mutex/semaphore will not be allocated in the process address space but in some other shared address space where it will be shared by multiple process/threads. Am I correct?
So when an another thread/process tries to access a shared resource then it will see that the particular resource is protected by a certain mutex/semaphore and then it will try to get the handle to the mutex/semaphore using some mechanism. Is my thinking ok?
GeneralRe: semaphore memory allocation Pin
«_Superman_»20-Jun-10 22:56
professional«_Superman_»20-Jun-10 22:56 
QuestionError in loading accelerator table Pin
Pryabu20-Jun-10 18:17
Pryabu20-Jun-10 18: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.