What is iunknown?
No Answer is Posted For this Question
Be the First to Post Answer
How a dll will be sharable by more than one exe?
What is difference between c++ and visual c++?
What are the advantages of a message map
What are the two forms of the #include preprocessor directive?
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What is microsoft visual c++ 2015 redistributable?
what is DLL?
Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?
#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;}
Do I need microsoft visual c++?
What is cmutex?
What is visual c++ used for?