C++: Smart Pointers


Author: Bill Weinman
Released: 7/17/2015
Skill Level: Intermediate
Duration: 29m 6s



Dive deeper into C++ with smart pointers: intelligent objects that ensure memory and other resources are allocated appropriately and efficiently. Smart pointers are a key component of C++ resource management and a valuable skill for any developer. In this course, Bill Weinman shows how to create unique and shared pointers, use weak and custom pointers, and choose the right smart pointer for your programming objective.

Exercise Files


Comments

Popular posts from this blog

Programming Foundations: Algorithms

Programming Foundations: Object-Oriented Design

CSS Essential Training