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
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 thread & process?
Does the application have more than one object? If Yes, Briefly explain.
How can update edit control data of an executing application from other application?
How WM_PAINT message gets called in MFC,please explain it . a)Who calls the WM_PAINT message? b)When it gets called? c)how it comes to message queue? Please Explain it
what is the difference between compiling and building?
What is LPCTSTR? What does LP denote it?
What does mfc stand for?
What is the difference between OnInitialUpdate and OnUpdate?
What is Multithreading
What function is used to disable a control at runtime?
19)how to set Back Ground Picture to a Dialog Box in MFC ?