MFC Question:
Download Questions PDF

Whats is DDX & DDV in MFC?

Answer:

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.

Download MFC Interview Questions And Answers PDF

Previous QuestionNext Question
What is synchronization objects types and where we are using in the code?Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);