How do I get rid of microsoft visual c++ runtime library error?
No Answer is Posted For this Question
Be the First to Post Answer
What keyboard editor command is used for Undo?
What is more efficient to pass as a parameter--a pointer or an object? Why?
What is the use of message map? Advantages of a message map.
What is the difference between Boxing and Unboxing in C#
What is a glyph?
What is the file extension used for C++ class implementation files?
What is command routing in VC++
how i can design a user interface in vc++ for getting inputs from users
What is the difference between an MLE and an SLE?
What is the RGB macro used for?
Can I uninstall visual c++?
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.