Hugendubel.info - Die B2B Online-Buchhandlung 

Merkliste
Die Merkliste ist leer.
Bitte warten - die Druckansicht der Seite wird vorbereitet.
Der Druckdialog öffnet sich, sobald die Seite vollständig geladen wurde.
Sollte die Druckvorschau unvollständig sein, bitte schliessen und "Erneut drucken" wählen.

Introducing Mechanisms and APIs for Memory Management

Using Windows OS Native Runtime APIs
BuchKartoniert, Paperback
188 Seiten
Englisch
Springererschienen am29.11.20191st ed.
Explore and learn introductory topics about programming mechanisms for memory management available for Microsoft Windows. This book uses C++ pointers and specialized APIs such as the smart pointers of the C++ Standard Library and Microsoft UCRT functions. You´ll also see how to work with lvalue and  rvalue references.Introducing Mechanisms and APIs for Memory Management begins with topics about hardware features on the Intel x86 and Intel 64 (x64/amd64) hardware architectures and memory management. After reading this book you will be able to begin work with Windows memory management APIs.What You Will LearnUnderstand concepts and hardware features for Intel x86 and Intel 64 (x64/amd64) and memory managementDiscover C++ programming language techniques and smart pointers Work with Microsoft UCRT management APIs for memory managementWho This Book Is ForSoftware and cloud developers working on Microsoft Windows.mehr
Verfügbare Formate
BuchKartoniert, Paperback
EUR48,14
E-BookPDF1 - PDF WatermarkE-Book
EUR46,99

Produkt

KlappentextExplore and learn introductory topics about programming mechanisms for memory management available for Microsoft Windows. This book uses C++ pointers and specialized APIs such as the smart pointers of the C++ Standard Library and Microsoft UCRT functions. You´ll also see how to work with lvalue and  rvalue references.Introducing Mechanisms and APIs for Memory Management begins with topics about hardware features on the Intel x86 and Intel 64 (x64/amd64) hardware architectures and memory management. After reading this book you will be able to begin work with Windows memory management APIs.What You Will LearnUnderstand concepts and hardware features for Intel x86 and Intel 64 (x64/amd64) and memory managementDiscover C++ programming language techniques and smart pointers Work with Microsoft UCRT management APIs for memory managementWho This Book Is ForSoftware and cloud developers working on Microsoft Windows.
Details
ISBN/GTIN978-1-4842-5415-8
ProduktartBuch
EinbandartKartoniert, Paperback
Verlag
Erscheinungsjahr2019
Erscheinungsdatum29.11.2019
Auflage1st ed.
Seiten188 Seiten
SpracheEnglisch
Gewicht318 g
IllustrationenXV, 188 p. 94 illus.
Artikel-Nr.47526101

Inhalt/Kritik

Inhaltsverzeichnis
CHAPTER 1: Memory Management.- CHAPTER 2: Development Environments, Memory Management, and Composite Type Pointers.- CHAPTER 3: Working with Smart Pointers - About unique_ptr.- CHAPTER 4: Working with Smart Pointers - About unique_ptr, shared_ptr and weak_ptr.- CHAPTER 5: Working with lvalue and  rvalue references.- Chapter 6: Working with Microsoft CRT/UCRT and Memory Managementmehr

Autor

Roger Villela is a software engineer and entrepreneur with almost 30 years of experience in the industry and works as an independent professional. Currently, he is focused in his work as a book author and technical educator and is specialized in the inner works of orthogonal features of the following Microsoft development platforms:

- Microsoft Windows operating system base services.

- Microsoft Universal Windows Platform (UWP).

- Microsoft WinRT.

- Microsoft .NET Framework implementation of the runtime environment (CLR).

His work is based on the Microsoft Visual Studio (Microsoft Windows) and Intel Parallel Studio XE (Microsoft Windows), using the following programming languages, extensions, and projections:
- C/C++