Главная
Study mode:
on
1
Introduction
2
Smart Pointers
3
Shared Pointers Details
4
Weak Pointers
5
MakeShare
6
Can we use smart pointers
7
Dynamic pointer cast
8
Common problem
9
How it works
10
Performance
11
Demonstration
12
Measurements
13
Unique pointers
14
Unique pointers trick
15
Unique pointers limitations
16
Unique pointers ownership
17
Move semantics
Description:
Explore the world of C++ smart pointers in this comprehensive conference talk. Delve into the usage and secrets of shared_ptr and unique_ptr, the key smart pointers in Modern C++. Learn when to use these smart pointers and gain valuable insights into their hidden costs. Discover the intricacies of shared pointers, weak pointers, and the makeShare function. Investigate whether smart pointers are suitable for various scenarios and understand dynamic pointer casting. Address common problems and explore how smart pointers work under the hood. Analyze performance considerations through demonstrations and measurements. Dive into unique pointers, uncovering tricks, limitations, and ownership concepts. Gain a deeper understanding of move semantics and their role in smart pointer implementation. Enhance your C++ programming skills with this in-depth exploration of smart pointers and their practical applications.

C++ Smart Pointers - Usage and Secrets

NDC Conferences
Add to list