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

C / C++ / MFC

 
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 
GeneralRe: semaphore memory allocation Pin
«_Superman_»20-Jun-10 22:56
professional«_Superman_»20-Jun-10 22:56 
Process/Thread synchronization has to be handled by the programmer.
What I mean is that, for any shared resource intended to be protected by a mutex or semaphore, the wait functions[^] must be used on the handles of these objects so that these resources remain synchronized.

The wait functions will block access till a mutex or semaphore is release using ReleaseMutex or ReleaseSemaphore respectively.
«_Superman

I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++)

Polymorphism in C







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 
AnswerRe: C++ syntax: how to init non-default constructor for array? Pin
Emilio Garavaglia20-Jun-10 21:00
Emilio Garavaglia20-Jun-10 21:00 

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.