General purpose classes in MFC
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);
If i derive a new class from CObject what are the basic features my derived wil get ?
what is the use of CWinApp class?
1) How do you Destroy a Dialog Box ?
Difference between Cclint DC & Cpaint Dc
What does mfc stand for?
What is CArchive class dowes?
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 do you mean by psychic window?
Which MFC function is used to display output?
What is the base class for MFC Framework ?
how do u identify RTTI in vc++