Is visual c++ a compiler?
No Answer is Posted For this Question
Be the First to Post Answer
In which Way invoke context-sensitive help inside the editor?
How a dll will be sharable by more than one exe?
What keyboard editor command is used for Undo?
What is a microsoft visual c++ 2008 redistributable?
Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?
How do I reinstall visual c++ on windows 10?
Differences between vc 6.0 and vc 7.0
What is microsoft visual c++ 2013 redistributable package x64?
Explain some of commonly used methods provided by iunknown.
What property is used to indicate that the up-down control is associated with a buddy control?
What is microsoft visual c++ 2008 redistributable?
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.