Back to Basics: C++ Smart Pointers - Lecture
Offered By: CppCon via YouTube
Course Description
Overview
Explore the powerful world of C++ smart pointers in this 49-minute conference talk from CppCon 2022. Gain a solid foundation in smart pointers, learning what they are and how to effectively use standard types like std::unique_ptr and std::shared_ptr. Discover clear guidelines for when and how to implement smart pointers in your code. Master techniques to write memory leak-free programs and enhance your ability to manage memory resources while avoiding common errors. Led by David Olsen, an experienced software developer and member of the ISO C++ committee, this back-to-basics session equips you with essential knowledge to leverage smart pointers in your C++ projects.
Syllabus
Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022
Taught by
CppCon
Related Courses
Android PerformanceGoogle via Udacity Многопоточность
Moscow Institute of Physics and Technology via Coursera Java Memory Management
LinkedIn Learning Linux Performance Tuning
LinkedIn Learning Java Memory Management: Garbage Collection, JVM Tuning, and Spotting Memory Leaks
LinkedIn Learning