Have you used MSVC? What do you think of it?

Answers were Sorted based on User's Feedback



Have you used MSVC? What do you think of it?..

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

Have you used MSVC? What do you think of it?..

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

Post New Answer

More C++ General Interview Questions

What are destructors?

0 Answers  


1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.

3 Answers  


Explain the pure virtual functions?

0 Answers  


What do you mean by call by value and call by reference?

1 Answers  


When should overload new operator on a global basis or a class basis?

0 Answers  






How to declare a function pointer?

0 Answers  


What is math h in c++?

0 Answers  


Explain all the C++ concepts using examples.

0 Answers   InterGraph,


What is a list c++?

0 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


What is a binary file? List the merits and demerits of the binary file usagein C++.

0 Answers  


What is the difference between the functions memmove() and memcpy()?

0 Answers  


Categories