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 |
Explain Doc/View architecture
What is difference between the TCP/IP and UDP socket
Tell me the different controls in MFC ?
What is the use of CCmdTarget ?
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
What is the difference between ASSERT and VERIFY?
How to create a Modeless Dialog?
what is the difference between compiling and building?
19)how to set Back Ground Picture to a Dialog Box in MFC ?
List out the basic features of MFC.
1)set the Title for The File DialogBox, in MFC?
In VC++ How to transfer between one exe to another exe while running..