C++/CLI is Microsofts latest extension to C++ that targets the heart of .NET 2.0, the common language runtime. Expert Visual C++/CLI is written by visual C++ MVP Marcus Heege, who examines the core of the C++/CLI language. He explains both how the language elements work and how Microsoft intends them to be used.
Even if youre new to C++/CLI but are planning to migrate to it from another language, this book will ground you in the core language elements and give you the confidence to explore further and migrate effectively. It provides concise, yet in-depth coverage of all major C++/CLI features: short code examples succinctly illustrate syntax and concepts, and more elaborate examples show how C++/CLI should be used.
Why C++/CLI?
Managed Execution
Using Managed Types
Defining Managed Types
Parameterized Types and Functions
Migrating C++ Projects C++/CLI
Integrating WinForms and WPF Visuals in MFC Applications
Managed / Unmanaged Transitions
Assembly Startup and Runtime Initialization
Wrapping Native Libraries
Reliable Resource Management
Interacting with Application Domains
Sandboxing Code
|