How do I reinstall microsoft visual c++?
What is cmutex?
What is command routing in VC++
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 difference between c++ and visual c++?
Is it ok to uninstall microsoft visual c++?
TO start the build process in Developer Studio Which keyboard function is used ?
What is visual c++ 2010 redistributable package x64?
How you build a project using Developer Studio?
Explain pointer to the constant and constant pointer? Explain difference between them.
What is the purpose of a C++ namespace?
Difference between critical section, mutex and semaphore.
What is the difference between turbo c++ and visual c++?