Does visual c++ 2017 replace 2015?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?
How can we allow no selection of radio button in grouped radio buttons?
How do I uninstall vc++ 2015?
What are the advantages of a message map
Do I need the microsoft visual c++?
What is visual c++ redistributable?
What is the return value when the InsertItem function fails?
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 iunknown? Explain some of commonly used methods provided by iunknown.
How do I fix microsoft visual c++ 2015 setup failed?
What is cmutex? How can we use it?
How will slove problem comes wirh Hybrid Inheritance?