Whats is DDX & DDV in MFC?
Answer / vasanth
Dialog data exchange (DDX) is an easy way to initialize the
controls in your dialog box and to gather data input by the
user. Dialog data validation (DDV) is an easy way to
validate data entry in a dialog box.
| Is This Answer Correct ? | 42 Yes | 1 No |
What is the size of class
1)why we cant create more than one instance of the class Derived from CWinApp
What?s the difference between Modal and Modeless Dialog?
Given two processes, how can they share memory?
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.
What is userdefine Messages in MFC?
What is a critical section and how is it implemented?
What is CArchive class dowes?
What function is used to retrieve the currently selected index in a list box?
How can server communicate with more than one client
Tell me about different kinds of synchranization objects ?
How can i implement the dynamic menus in MFC plz give the code