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 are move semantics?
What is DlgProc?
Can I create my own functions in c++?
Explain data encapsulation?
What is a singleton class c++?
Explain how the virtual base class is different from the conventional base classes of the opps.
What is capacity in vector in c++?
Define macro.
What is the full form of ios?
What is the difference between a reference and a pointer?
Is map sorted c++?
Name four predefined macros.
What is a constant reference?
What is the output of the following program? Why?
How do you differentiate between overloading the prefix and postfix increments?