filmov
tv
Code Review: Smart pointer or how not to leak a pointer (2 Solutions!!)
Показать описание
Code Review: Smart pointer or how not to leak a pointer
Roel Van de Paar
c
c 11
code review
code reviews
codereview
Рекомендации по теме
0:11:37
SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)
0:11:54
unique_ptr: C++'s simplest smart pointer
0:24:32
SMART POINTERS in C++ (for beginners in 20 minutes)
0:03:24
Code Review: Smart pointer or how not to leak a pointer (2 Solutions!!)
0:17:25
Weak Pointers in C++ (std::weak_ptr)
0:17:43
Modern C++: Upgrade Your Skills with Shared Pointers!
0:03:01
Code Review: C++: Smart Pointer Implementation
0:03:07
Code Review: Smart Pointers with Reference Counting - C++
0:03:24
Code Review: Smart pointer like implementations
0:03:49
Code Review: Smart pointer that cannot be nullptr (2 Solutions!!)
0:03:19
Code Review: C++ smart pointers and the Service Locator (anti-?)pattern
0:04:08
Code Review: Reference-counted smart pointer in C (2 Solutions!!)
0:02:32
Code Review: BST implementation using smart pointers in C++
0:02:52
Code Review: C++ smart pointer class (2 Solutions!!)
0:04:08
Code Review: C++ - Hash map implementation using smart pointers (2 Solutions!!)
0:04:09
Code Review: Entity management design & smart pointers (2 Solutions!!)
0:03:03
Code Review: Texture managing with smart pointers
0:02:56
Code Review: Smart Pointers Queue Implementation
1:03:10
Fizzbuzz TDD Code Review, Makefiles Part II, Smart Pointers
0:07:40
how Google writes gorgeous C++
0:03:10
Code Review: Efficient smart pointer implementation in C++
0:04:08
Code Review: C++11 smart pointer 'library' (2 Solutions!!)
0:51:17
The Smart Pointers I Wish I Had - Matthew Fleming - CppCon 2019
0:03:00
Code Review: C++ object pool that returns a smart pointer on request