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#.
|