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
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is the protected keyword used for?
Explain the differences between private, public and protected and give examples.
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
How does the copy constructor differ from the assignment operator (=)?
What do you mean by function overriding & function overloading in c++?
How can I disable the "echo" feature?
What will the line of code below print out and why?
Why would you use pointers in c++?
Explain the differences between list x; & list x();.
What is the importance of mutable keyword?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is #include iostream in c++?
Explain the pure virtual functions?
Is c++ harder than java?