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...
Κύριος συγγραφέας: | |
---|---|
Συγγραφή απο Οργανισμό/Αρχή: | |
Μορφή: | Ηλεκτρονική πηγή Ηλ. βιβλίο |
Γλώσσα: | English |
Έκδοση: |
Berkeley, CA :
Apress : Imprint: Apress,
2016.
|
Θέματα: | |
Διαθέσιμο Online: | Full Text via HEAL-Link |
Πίνακας περιεχομένων:
- 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.