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 can i implement the dynamic menus in MFC plz give the code
Hi can anyone explain about the synchronization objects types and where we are using in the code.
What is the use of CObject::Dump function ?
How many types of combo box are their
2 Answers Aaditya Info Solutions, E Logic,
What is CSingleDocTemplate?
What does mfc stand for?
Explain about MDI and CMultiDocTemplate ?
If i derive a new class from CObject what are the basic features my derived wil get ?
How we can findout Memoryleaks, In what way it can be avoided
is there any class which is not derived from Cobject
Explain Doc/View architecture