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 function is used to disable a control at runtime?
What is model and modeless dialog box ? Give some examples?
What is Multithreading
what do you mean by psychic window?
How can update edit control data of an executing application from other application?
What is document-view architecture ? Give me one real time example for SDI ?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
1)why we cant create more than one instance of the class Derived from CWinApp
If application hangs while SendMessage is waiting for the result, how you handle it?
Given two processes, how can they share memory?
What is the base class for most MFC classes?
What is the difference between workrer thread and UI thread