Do I need microsoft visual c++ on my computer?
No Answer is Posted For this Question
Be the First to Post Answer
What is the return value when the InsertItem function fails?
What is cmutex?
What is the difference between serialization and deserialization?
4 Answers Cap Gemini, HCL, MBT,
how to declare and populate an array of checkBoxes
Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?
What is a copy constructor? What is the need for it?
Explain the important features of vc++?
What is the RGB macro used for?
What is visual c++ 2008 redistributable x64?
Difference between critical section, mutex and semaphore.
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 DLL?