Explain some of commonly used methods provided by iunknown.
No Answer is Posted For this Question
Be the First to Post Answer
What is the default label used for in a switch statement?
Explain the advantages of cwinthread class.
Do I need the microsoft visual c++?
What is the purpose of declaring a variable as unsigned?
Explain pointer to the constant and constant pointer? Explain difference between them.
What is a wizard?
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
What property is used to indicate that the up-down control is associated with a buddy control?
What is cmutex? How can we use it?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
What is splitter window in vc++?
What Is InfoViewer?