How do you define a function in vc++?
What is the difference between the cout and cin iostream objects?
What is the difference between the client and non-client areas?
Name the function is used to transfer bitmaps to an output device?
In which Way invoke context-sensitive help inside the editor?
What is iunknown?
What is cmutex?
Can I delete old microsoft visual c++?
What is a wizard?
Is visual c++ still used?
#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;}
I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these
How many time DLLMain gets called?