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
what is the use of Mutex and critical section
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
What is the range of intensity of RGB
What is userdefine Messages in MFC?
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
What is the size of class
What four types of properties are supported by an ActiveX control?
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 do you mean by psychic window?
What is LoadLibrary function returns?
What is LPCTSTR? What does LP denote it?
Differ GetMessage, PostMessage & PeakMessage?