Loading…

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

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Villela, Roger (Author)
Format: Electronic eBook
Language:Inglés
Published: [California] : Apress, [2020]
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
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.