Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hogenson, Gordon (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2007.
Edición:1st ed. 2007.
Temas:
Acceso en línea:Texto Completo
Tabla de Contenidos:
  • 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.