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 |
How we call a dialog in another dialog?
Differ GetMessage, PostMessage & PeakMessage?
What is primitive and non-primitive application?
How you create a button dynamically?
19)how to set Back Ground Picture to a Dialog Box in MFC ?
Which MFC function is used to display output?
how many types of classes are ther,what are that
What is LPCTSTR? What does LP denote it?
1)set the Title for The File DialogBox, in MFC?
Does the application have more than one object? If no, then what is the reason?
1)why we cant create more than one instance of the class Derived from CWinApp
What is the command routing in MFC framework?