Cantitate/Preț
Produs

C++/CLI Primer: For .NET Development

Autor Vivek Ragunathan
en Limba Engleză Paperback – dec 2016
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 guide you through that barrier.
Many of today's complex transactions and enterprise applications count on C++/CLI. Visual Studio 2015 and earlier versions support C++/CLI if you program using an IDE. C++/CLI is unattractive, clumsy, and hard when compared to other modern languages that run on the .NET platform. That's because it is powerful. Like light that can be viewed as a wave or particle, C++/CLI can be exercised as an unmanaged or managed or actually as the sandwich language to do mixed mode programming, which is its real power. That's also why it is unique.


What You'll Learn
  • Discover C++/CLI and why is it used in .NET programming
  • Work with types, primitive types, object creation, and managed and abstract classes
  • Use abstract classes in C++/CLI
  • Harness the power of nullptre
  • Implement code that uses boxing/unboxing
  • Use equality/identity, properties, enums, strings, arrays, and more

Who This Book Is For

Experienced Microsoft .NET application developers, familiar with .NET framework and C++.  
Citește tot Restrânge

Preț: 9567 lei

Preț vechi: 15261 lei
-37%

Puncte Express: 144

Preț estimativ în valută:
1833 1985$ 1572£

Carte indisponibilă temporar

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484223666
ISBN-10: 1484223667
Pagini: 60
Ilustrații: IX, 83 p. 54 illus., 49 illus. in color.
Dimensiuni: 127 x 203 x 6 mm
Greutate: 0.11 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

  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​


Notă biografică

Vivek Ragunathan has extensive experience in architecting, re-architecting, designing and implementing large- scale backend/web applications.  He is skillful in object oriented design, programming and methodologies. He thoughtfully borrows and applies functional programming concepts.  Vivek has experience in .NET, C#, Java, C++, JavaScript, Python, Scala.

Caracteristici

A unique short book on the Microsoft C++/CLI language
C++/CLI supersedes older Managed Extensions for C++
A primer for Microsoft .NET application developers