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 |
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
Difference between Cclint DC & Cpaint Dc
What is subclassing?
How we can findout Memoryleaks, In what way it can be avoided
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
what is the use of AFX_MANAGE_STATE ?
How do you change the properties for a tree view control that is part of the CTreeView class?
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
Explain StretchBlt and BitBlt
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
What four types of properties are supported by an ActiveX control?
1)set the Title for The File DialogBox, in MFC?