Hiya
This is the sample code for Sample Code: Programming with Managed Extensions for Microsoft® Visual C++® .NET, 0-7356-1724-4.
System Requirements
The first five chapters of the book require only the C++ compiler (version 13). The C++ compiler supplied as part of the Microsoft .NET Framework SDK does not produce optimized code, nor does it provide extensions like the unmanaged ATL Attribute Provider, but it is a fully featured C++ compiler that can be used for both managed and unmanaged C++ development. If you want to learn about the Microsoft .NET Framework, the C++ compiler is the place to start. The link provided above will connect you to the MSDN resource page for .NET, where you can download the Microsoft .NET Framework SDK.
The last two chapters of the book use features of Microsoft Visual Studio .NET. Microsoft Visual Studio .NET includes the full optimizing C++ compiler, and it also comes with unmanaged libraries: the complete CRT library, the standard C++ library, and the combined ActiveX Template and Microsoft Foundation Class libraries, all of which you can access from .NET code.
Operating System - Windows 98, NT4 & 2000, Windows Me, Win XP
http://www.microsoft.com/downloads/r...arch&ordinal=1
Regards
eddie