How do I reinstall microsoft visual c++?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between critical section, mutex and semaphore.
how to declare and populate an array of checkBoxes
How many time DLLMain gets called?
What is microsoft visual c++ used for?
difference between assert and verify.
What Is Your Greatest Weakness?
4 Answers Apple, Infosys, IOCL, Servion, TCS, VisionTek,
what is DLL?
Do I need microsoft visual c++ on my computer?
How do I create an mfc application in vc++?
What is command routing in VC++
How can we use cmutex?
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.