Have you used MSVC? What do you think of it?
Answer Posted / 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 |
Post New Answer View All Answers
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What is stl containers in c++?
What is fflush c++?
What is the difference between method overloading and method overriding in c++?
Where do I find the current c or c++ standard documents?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What is else syntax in c++?
Should the this pointer can be used in the constructor?
Define namespace in c++?
Describe the syntax of single inheritance in C++?
What are shallow and deep copies?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Is ca high or low level language?
What are static type checking?
What is c strings syntax?