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

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...

Full description

Bibliographic Details
Main Author: Villela, Roger. author (author)
Format: eBook
Language:Inglés
Published: Berkeley, CA : Apress 2020.
Edition:1st ed. 2020.
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630662906719
Table of Contents:
  • 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.