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
How you create a button dynamically?
1)How to change a text of a button as Dynamically?
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
What is the use of UpdateData funciton ?
What is a message map, and what is the advantage of a message map over virtual functions?
How to access document object from view ?
What is the use of CCmdTarget ?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
Explain Doc/View architecture
What is the use of CObject::Dump function ?
what do you mean by psychic window?
1)why we cant create more than one instance of the class Derived from CWinApp