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 difference between Struts and JSF? Pls list some most suitable differences.
What is LoadLibrary function returns?
What is the difference between the ASSERT and VERIFY macros?
What is the use of CCmdTarget ?
General purpose classes in MFC
How you find memory leaks?
What does mfc stand for?
What is a message map, and what is the advantage of a message map over virtual functions?
How can server communicate with more than one client
how to repaint when working with horizontal scroll bar
1)why we cant create more than one instance of the class Derived from CWinApp