Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Error in loading accelerator table Pin
«_Superman_»20-Jun-10 18:34
professional«_Superman_»20-Jun-10 18:34 
GeneralRe: Error in loading accelerator table Pin
Pryabu20-Jun-10 18:39
Pryabu20-Jun-10 18:39 
GeneralRe: Error in loading accelerator table Pin
«_Superman_»20-Jun-10 18:57
professional«_Superman_»20-Jun-10 18:57 
GeneralRe: Error in loading accelerator table Pin
Pryabu20-Jun-10 19:03
Pryabu20-Jun-10 19:03 
GeneralRe: Error in loading accelerator table Pin
«_Superman_»20-Jun-10 19:13
professional«_Superman_»20-Jun-10 19:13 
GeneralRe: Error in loading accelerator table Pin
Pryabu20-Jun-10 19:31
Pryabu20-Jun-10 19:31 
GeneralRe: Error in loading accelerator table Pin
Pryabu20-Jun-10 18:55
Pryabu20-Jun-10 18:55 
GeneralRe: Error in loading accelerator table Pin
Stephen Hewitt20-Jun-10 19:09
Stephen Hewitt20-Jun-10 19:09 
AnswerRe: Error in loading accelerator table Pin
Stephen Hewitt20-Jun-10 19:11
Stephen Hewitt20-Jun-10 19:11 
GeneralRe: Error in loading accelerator table Pin
Pryabu20-Jun-10 19:32
Pryabu20-Jun-10 19:32 
QuestionVisual Studio 2010 Release Candidate to Trial? Pin
Paul Hooper20-Jun-10 16:56
Paul Hooper20-Jun-10 16:56 
QuestionC++ syntax: how to init non-default constructor for array? Pin
includeh1020-Jun-10 13:33
includeh1020-Jun-10 13:33 
AnswerRe: C++ syntax: how to init non-default constructor for array? Pin
«_Superman_»20-Jun-10 15:30
professional«_Superman_»20-Jun-10 15:30 
AnswerRe: C++ syntax: how to init non-default constructor for array? Pin
Stephen Hewitt20-Jun-10 17:11
Stephen Hewitt20-Jun-10 17:11 
GeneralRe: C++ syntax: how to init non-default constructor for array? Pin
«_Superman_»20-Jun-10 18:36
professional«_Superman_»20-Jun-10 18:36 

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.