Cantitate/Preț
Produs

Introducing Mechanisms and APIs for Memory Management: Using Windows OS Native Runtime APIs

Autor Roger Villela
en Limba Engleză Paperback – 29 noi 2019
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 Learn
  • Understand concepts and hardware features for Intel x86 and Intel 64 (x64/amd64) and memory management
  • Discover C++ programming language techniques and smart pointers 
  • Work with Microsoft UCRT management APIs for memory management

Who This Book Is For
Software and cloud developers working on Microsoft Windows.

Citește tot Restrânge

Preț: 20565 lei

Preț vechi: 25707 lei
-20% Nou

Puncte Express: 308

Preț estimativ în valută:
3936 4088$ 3269£

Carte disponibilă

Livrare economică 13-27 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484254158
ISBN-10: 1484254155
Pagini: 188
Ilustrații: XV, 188 p. 94 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.3 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

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 Management

Notă biografică

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++ -          Assembly (Intel IA-32/Intel 64 (x64/amd64))
-          Component Extensions for runtimes (C++/CLI and C++/CX).

Textul de pe ultima copertă

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.

You will:
  • Understand concepts and hardware features for Intel x86 and Intel 64 (x64/amd64) and memory management
  • Discover C++ programming language techniques and smart pointers 
  • Work with Microsoft UCRT management APIs for memory management

Caracteristici

Discusses the implementation of a COM component using C++/WinRT projection for the WinRT platform Consists of do's and don'ts for each platform implementation Discusses the installation of the C++/WinRT Visual Studio extension and how to use it