C++/CLI Primer : For .NET Development /
Main Author: | |
---|---|
Corporate Author: | |
Format: | eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2016.
|
Edition: | 1st ed. 2016. |
Subjects: |
Table of Contents:
- 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.