Cargando…

C++/CLI Primer For .NET Development /

Enter a world of hardcore back-end, server-side enterprise programming on the .NET platform. This book presents some of the important aspects of the C++/CLI language that often become a barrier preventing programmers from exploring further. The C++/CLI Primer is a powerful but compact book that will...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ragunathan, Vivek (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2016.
Edición:1st ed. 2016.
Temas:
Acceso en línea:Texto Completo
Tabla de Contenidos:
  • 1. Introduction
  • 2. Words Of Agreement
  • 3. Unmanaged Programming Brief
  • 4. Managed Programming Brief
  • 5. What is C++\CLI?
  • 6. Types and Object Creation
  • 7. Primitive Types Mapping
  • 8. Declaring and Consuming A Managed Class
  • 9. Abstract Classes
  • 10. nullptr
  • 11. Boxing/Unboxing
  • 12. Object Destruction
  • 13. Mixed Mode
  • 14. Equality and Identity
  • 15. Declaring Properties
  • 16. enums
  • 17. Strings
  • 18. Arrays
  • 19. interior_ptr
  • 20. Generics
  • 21. The Beginning.