What is the base class for MFC Framework ?
Answers were Sorted based on User's Feedback
I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?
What is the base class for most MFC classes?
What view class enables you to use an edit control as a view?
Explain about MDI and CMultiDocTemplate ?
What four types of properties are supported by an ActiveX control?
Why Array Index starts from Zero
19)how to set Back Ground Picture to a Dialog Box in MFC ?
What is document-view architecture ? Give me one real time example for SDI ?
What is CArchive class dowes?
How we can findout Memoryleaks, In what way it can be avoided
How can i change the color of a dropdowncombobox elements
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.