Explain the important features of VC++.Microsoft VC++ is a Microsoft product and used as an IDE (Integrated Development Environment).
It has tools for coding and debugging visual codes.
The main features of this are:- 1) Smart pointers 2) New containers 3) Expression parsing 4) Polymorphism 5) Exception Handling 6) Garbage collection
|