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

How should runtime errors be handled in c++?

0 Answers  


Describe friend function & its advantages.

0 Answers   TCS,


What is a namespace in c++?

0 Answers  


What do you mean by C++ access specifiers ?

1 Answers  


What is purpose of abstract class?

0 Answers  






Why can’t you call invariants() as the first line of your constructor?

0 Answers  


If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

0 Answers  


What are the unique features of C++.

0 Answers  


What is the use of vtable?

0 Answers  


Is java easier than c++?

0 Answers  


They will ask u question about single linked list?. Write Code for to insert delete node.

2 Answers   Persistent,


How size of a class can be calulated?

2 Answers  


Categories