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
Why is c++ not purely object oriented?
What are mutator methods in c++?
What is the hardest coding language to learn?
Who made c++?
What is the purpose of ios::basefield in the following statement?
What is decltype c++?
What is the insertion operator and what does it do?
Which is most difficult programming language?
What is setfill c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Distinguish between new and malloc and delete and free().
What is the importance of mutable keyword?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
How does a copy constructor differs from an overloaded assignment operator?
Is c the same as c++?