How do you define a function in vc++?
Explain pointer to the constant and constant pointer? Explain difference between them.
What is ole? How do you handle drag and drop in ole?
What are the advantages of a message map
What is cwinthread class? Explain its advantages.
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
Difference between critical section, mutex and semaphore.
How do I install microsoft visual c++ 2015?
What are the two forms of the #include preprocessor directive?
How to Use mfc71d.dll not mfc71.dll ?
#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;}
How to declare more than one variable on a single line?
Explain the advantages of cwinthread class.