Table of Contents
Previous Section Next Section

Compiling Managed C++

At the time of this writing, the only compiler commonly available that can target the .NET Framework is the one supplied by Microsoft's Visual Studio .NET. To compile a managed code program, you must use the the /clr option, which targets code for the Common Language Runtime.


Table of Contents
Previous Section Next Section