Given two processes, how can they share memory?
Answers were Sorted based on User's Feedback
Answer / skybeaver
Two processes can share memory in a number of ways.
1. Memory-mapped files
2. Shared memory segments
3. Message queues
4. Named pipes
| Is This Answer Correct ? | 27 Yes | 0 No |
What is the base class for MFC
Name the Synchronization objects?
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
Hi can anyone explain about the synchronization objects types and where we are using in the code.
How can i implement the dynamic menus in MFC plz give the code
What is mfc class hierarchy?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
1) How do you Destroy a Dialog Box ?
what is message loop how mfc does it internally?
Types of DLL's
what is the size of a process
What is the difference between OnInitialUpdate and OnUpdate?