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


Please Help Members By Posting Answers For Below Questions

What are the benefits of oop in c++?

591


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

931


Which bitwise operator is used to check whether a particular bit is on or off?

593


Can a class be static in c++?

573


Should you pass exceptions by value or by reference?

699






Why isn't sizeof for a struct equal to the sum of sizeof of each member?

544


What is the maximum combined length of command line arguments including the space between adjacent arguments?

595


How do you remove an element from a set in c++?

583


What do you mean by early binding?

603


What is static in c++?

596


What is difference between malloc()/free() and new/delete?

649


How many static variables are created if you put one static member into a template class definition?

569


What is the basic of c++?

606


Do we have to use initialization list in spite of the assignment in constructors?

567


What does #define mean in c++?

617