C++/CLI The Visual C++ Language for .NET /

C++/CLI: The Visual C++ Language for .NET introduces Microsoft's extensions to the C++ syntax that allow you to target the common language runtime the key to the heart of the .NET 3.0 platform. In 12 no-fluff chapters, Microsoft insider Gordon Hogenson takes you into the core of the C++/CLI lan...

Full description

Bibliographic Details
Main Author: Hogenson, Gordon (Author)
Corporate Author: SpringerLink (Online service)
Format: Electronic eBook
Language:English
Published: Berkeley, CA : Apress, 2007.
Subjects:
Online Access:Full Text via HEAL-Link
Table of Contents:
  • Introducing C++/CLI
  • A Quick Tour of the C++/CLI Language Features
  • Building C++/CLI Programs for the .NET Developer Platform with Visual C++
  • Object Semantics in C++/CLI
  • Fundamental Types: Strings, Arrays, and Enums
  • Classes and Structs
  • Features of a .NET Class
  • Inheritance
  • Interfaces
  • Exceptions, Attributes, and Reflection
  • Parameterized Functions and Types
  • Interoperability.