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
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera