Have you used MSVC? What do you think of it?
Answer Posted / bob
it is pretty good for MS$ based application. Although the
compiler is not standardize enough, crappy STL
implementation, and awesome designed MFC libraries.
But it is improving, since VC4.0 to VS2005, it always
astonish me.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is enum class in c++?
Describe the advantage of an external iterator.
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Describe about storage allocation and scope of global, extern, static, local and register variables?
What is pointer to member?
What is #include sstream?
What is DlgProc?
Explain what is class definition in c++ ?
What are virtual functions in c++?
What are the 4 types of library?
What is encapsulation in c++?
What is the type of 'this' pointer?
What is virtual base class?
Explain shallow copy?
What is pure virtual function?