ManagedCPlusPlus
Managed C++
Managed C++, also known as C++ with Managed Extensions, is Microsoft's implementation of C++ in a garbage collected environment for the .Net Framework. It features syntax very similar to regular C++, but is in fact a completely different language.
last edited (August 20, 2004) by Doctor Slush
Back to the page