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 |
If i derive a new class from CObject what are the basic features my derived wil get ?
What is stack size in win32 program?
19)how to set Back Ground Picture to a Dialog Box in MFC ?
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
What is the difference between regular dlls and extended dlls?
What is #progma and where it is used?
Which MFC function is used to display output?
what is the use of AFX_MANAGE_STATE ?
What is document-view architecture ? Give me one real time example for SDI ?
What is the use of OninitDialog ?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
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