Defensive C++: Managing Memory

C++    |    Intermediate
  • 6 videos | 45m 46s
  • Includes Assessment
  • Earns a Badge
Rating 5.0 of 5 users Rating 5.0 of 5 users (5)
Modern C++ offers the use of smart pointers in the C++ standard library, which uses the resource allocation is initialization (RAII) technique to free programmers from the burden of resource management. Take this course to discover the various pitfalls involved in manually managing memory on the free store in C++. Through this course, you'll explore how to automate the management of resources that need to be explicitly acquired and reduce resource management issues through the RAII technique. When you are finished with this course, you should be able to manage memory and other resources in your C++ code using smart pointers from the standard library.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Outline the resource allocation is initialization design principle in c++
    Identify the issues with manual memory management on the free store
  • Recognize how to write, copy, and move constructors and assignment operators for your classes
    Use smart pointers for automated memory management
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 2m
  • 14m 18s
  • Locked
    3.  Managing Memory on the Free Store
    6m 50s
  • Locked
    4.  Working with Constructors and Assignment Operators
    11m 7s
  • Locked
    5.  Using Smart Pointers to Manage Memory
    9m 32s
  • Locked
    6.  Course Summary
    2m

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.5 of 18 users Rating 4.5 of 18 users (18)
Rating 4.1 of 10 users Rating 4.1 of 10 users (10)
Rating 4.5 of 6 users Rating 4.5 of 6 users (6)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.4 of 15 users Rating 4.4 of 15 users (15)
Rating 4.7 of 7 users Rating 4.7 of 7 users (7)
Rating 4.4 of 11 users Rating 4.4 of 11 users (11)