Cargando…

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Villela, Roger (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [California] : Apress, [2020]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.