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 |
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.
how to repaint when working with horizontal scroll bar
How do I create a dialog box in mfc?
What is LPCTSTR? What does LP denote it?
1)To Remove WS_MINIMIZEBOX in a Frame ?
1) create ToolTip in MFC?
if i modified data in 1 view how does the other view knows
What is the difference between Struts and JSF? Pls list some most suitable differences.
Difference between Debug and Release versions?
What is the base class for MFC Framework ?
What is a critical section and how is it implemented?
What types of threads are supported by MFC framework?