View Single Post
  #2 (permalink)  
Old 11-07-2007, 08:48 PM
Crane's Avatar   
Crane Crane is offline
Programming Expert
 
Join Date: Nov 2005
Posts: 399
Rep Power: 13
Crane is on a distinguished road
Default

Managed C++ means that the memory is managed for you. You do not have to free up any pointers that you create.

Visual Studio .NET is a "managed" library. Inside of VS .NET there are several different languages you can make such as C++, Visual Basic, and C#.
Reply With Quote