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 MFC base classes provide support for ActiveX controls?
How do I create a dialog box in mfc?
What are the advantages of using Doc/View or SDI over DialogBox
what is message loop how mfc does it internally?
What is stack size in win32 program?
Whats is DDX & DDV in MFC?
1)set the Title for The File DialogBox, in MFC?
What is the base class for MFC Framework ?
1)How to change the size of a button at run time ?
what is functioning of DIalodDataXchange ..?
What is serialization ?which function is responsible for serializing data ?
what if we provide two message handler for same message ?