Explain the important features of vc++?
No Answer is Posted For this Question
Be the First to Post Answer
Can I uninstall visual c++ 2005?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
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 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 is cmutex? How can we use it?
How can we use cmutex?
What is the difference between the client and non-client areas?
What is iunknown? Explain some of commonly used methods provided by iunknown.
How do I install microsoft visual c++ 2015?
How do I uninstall visual c++?
Do I need ms visual c++ on my computer?