Have you used MSVC? What do you think of it?
Answers were Sorted based on User's Feedback
Answer / mms zubeir
It's a wonderful GUI tool to develop system as well as
large scale applications.
It's debugger is fantastic in usage front, reducing much of
our work and time.
Simply, it is a powerful tool with choices of libraries to
ease developers' effort.
The awful thing here is, it does many things for us and
hence suppressing our creativity and ability to work hard.
It makes us to loose the taste of programming and be
a 'coach pototo'.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
What is an ABC: an "Abstract Base Class"?
What is dangling pointers?and what is memory leak?
What is the difference between new/delete and malloc/free?
Program to check whether a word is a sub-string or not of a string typed
Difference between delete and free.
Explain function overloading and operator overloading.
What things would you remember while making an interface?
In the derived class, which data member of the base class are visible?
What is function overloading in C++?
Why do we use setw in c++?
What is ifstream c++?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?