What is vcredist_x86 exe?
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 the difference between the client and non-client areas?
What is cwinthread class? Explain its advantages.
What is splitter window in vc++?
How do I install microsoft visual c++ 2015?
What is the purpose of a C++ namespace?
What are the two forms of the #include preprocessor directive?
What is the use of DDV and DDX routines ?
What Is InfoViewer?
How many time DLLMain gets called?
How you build a project using Developer Studio?
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.