Walkthroughs in Visual C++ 2010
This page contains links to walkthroughs that highlight Visual C++ features.
In This Section
Walkthrough: Exposing a .NET Plug-in Model
Demonstrates extending the classic Scribble MFC sample to support a plug-in model using .NET technologies.Walkthrough: Using /clr:pure Features
Demonstrates the use of reflection in a pure MSIL application.Walkthrough: Using Profile-Guided Optimizations
Demonstrates how to use profile-guided optimization (PGO) for varied scenarios that range from simple implementations using PGO build menus in the Visual Studio Integrated Development Environment (IDE), to more advanced scenarios that require custom configurations.