In which Way invoke context-sensitive help inside the
editor?
What is microsoft visual c++ 2013 redistributable package x64?
How do I uninstall visual c++?
How will slove problem comes wirh Hybrid Inheritance?
What is a wizard?
What is the use of message map? Advantages of a message map.
What is microsoft visual c++ 2015 redistributable?
How do I install microsoft visual c++ 2015?
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
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 the value of the expression a = 42?
What is visual c++ runtime error?
Explain pointer to the constant and constant pointer?