1.Get string1,string2,string3
1.add string1 and 2,string1 and 3.
2.replace vowels with T
3.count number of T.
4.remove T
5.COPY string1 to stringf.
6.restore string1.
print the following
1.Number of T
2.StringF
3.string1+string2+string3
Use pointers and functions
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);
How to handle dynamic menus in MFC?
1)How to change a text of a button in runtime?
What is CArchive class dowes?
How to handle command line arguements from simple MFC application ?
1)dynamic creation of a Button ?
Tell me the work of HTREDUCE and HTZOOM
What is document-view architecture ? Give me one real time example for SDI ?
Tell me about different kinds of synchranization objects ?
What is the difference between regular dlls and extended dlls?
if i modified data in 1 view how does the other view knows
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first