ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

18,695 results

Related queries

modern c++

c++ multithreading

c++ smart pointer implementation

raii c++

c++ lambda

smart pointers c++ telugu

weak pointer c++

c++ references

The Cherno
SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)

Patreon ▻ https://patreon.com/thecherno Twitter ▻ https://twitter.com/thecherno Instagram ▻ https://instagram.com/thecherno ...

11:37
SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)

776,544 views

8 years ago

mCoding
unique_ptr: C++'s simplest smart pointer

How and why to use unique_ptr. What exactly makes a "smart" pointer smart? The term smart pointer in C++ has come to refer to a ...

11:54
unique_ptr: C++'s simplest smart pointer

55,748 views

2 years ago

Low Level
are "smart pointers" actually smart?

Are they actually smart? In this video, I'll talk about what problems a smart pointer solves, the types of smart pointers in C++, and ...

9:44
are "smart pointers" actually smart?

103,047 views

2 years ago

Kevin Wood | Robotics & AI
C++ Smart Pointer (unique ptr, shared ptr, weak ptr)

Get FREE Robotics & AI Resources (Guide, Textbooks, Courses, Resume Template, Code & Discounts) – Sign up via the pop-up ...

10:14
C++ Smart Pointer (unique ptr, shared ptr, weak ptr)

1,541 views

2 years ago

Embarcadero Technologies
Smart Pointers in C++: What, Why, and How with David Millington - CodeRage XI

More information: http://embt.co/CodeRageXI Smart pointers are a basic concept in C++, but many codebases don't use them or ...

32:14
Smart Pointers in C++: What, Why, and How with David Millington - CodeRage XI

10,538 views

9 years ago

xDahl
Casey Muratori | Smart-Pointers, RAII, ZII? Becoming an N+2 programmer

Casey Muratori giving his thoughts on smart-pointers, RAII, OOP, briefly the Rust borrow checker etc, and why you should avoid ...

30:12
Casey Muratori | Smart-Pointers, RAII, ZII? Becoming an N+2 programmer

122,899 views

1 year ago

Mike Shah
std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

13:08
std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35

12,327 views

3 years ago

CppCon
Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022

https://cppcon.org/ --- Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022 https://github.com/CppCon/CppCon2022 ...

49:07
Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022

70,411 views

3 years ago

People also watched

gamedev cuts
Casey Muratori on Code Structure and Organization

Original video: https://youtu.be/0WYgKc00J8s #gamedev #gamedevelopment #caseymuratori.

5:18
Casey Muratori on Code Structure and Organization

33,368 views

7 months ago

Code Persist
How C++ took a turn for the worse

C++ is a great language to know; however, as time goes on more features are added to the language. These extra features make ...

5:03
How C++ took a turn for the worse

375,671 views

2 years ago

CppCon
Back to Basics: Smart Pointers - Rainer Grimm - CppCon 2020

https://cppcon.org/ ...

1:07:26
Back to Basics: Smart Pointers - Rainer Grimm - CppCon 2020

31,462 views

5 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 348 - A Modern C++ Quick Start Tutorial - 90 Topics in 20 Minutes

Awesome T-Shirts! Sponsors! Books! ☟☟ Episode notes: https://github.com/lefticus/cpp_weekly/issues/168 T-SHIRTS ...

20:47
C++ Weekly - Ep 348 - A Modern C++ Quick Start Tutorial - 90 Topics in 20 Minutes

38,193 views

3 years ago

CppCon
C++ Lambda Idioms - Timur Doumler - CppCon 2022

https://cppcon.org/ --- C++ Lambda Idioms - Timur Doumler - CppCon 2022 https://github.com/CppCon/CppCon2022 Ever since ...

1:04:45
C++ Lambda Idioms - Timur Doumler - CppCon 2022

56,773 views

3 years ago

CppCon
Back to Basics: C++ API Design - Jason Turner - CppCon 2022

https://cppcon.org/ --- Back to Basics: C++ API Design - Jason Turner - CppCon 2022 https://github.com/CppCon/CppCon2022 ...

1:00:42
Back to Basics: C++ API Design - Jason Turner - CppCon 2022

106,910 views

3 years ago

CppCon
Sorting Algorithms: Speed Is Found In The Minds of People - Andrei Alexandrescu - CppCon 2019

http://CppCon.org Discussion & Comments: https://www.reddit.com/r/cpp/ Presentation Slides, PDFs, Source Code and other ...

1:29:55
Sorting Algorithms: Speed Is Found In The Minds of People - Andrei Alexandrescu - CppCon 2019

181,600 views

6 years ago

CppCon
An Introduction to Multithreading in C++20 - Anthony Williams - CppCon 2022

https://cppcon.org/ --- An Introduction to Multithreading in C++20 - Anthony Williams - CppCon 2022 ...

1:06:45
An Introduction to Multithreading in C++20 - Anthony Williams - CppCon 2022

92,373 views

3 years ago

Dave's Garage
Modern C++: Unique Ptrs and Vectors

Dave takes you on a tour of the modern C++ features you need to know in order to avoid memory leaks, corruption, and other ...

16:25
Modern C++: Unique Ptrs and Vectors

177,013 views

2 years ago

CppCon
The Smart Pointers I Wish I Had -  Matthew Fleming - CppCon 2019

http://CppCon.org Discussion & Comments: https://www.reddit.com/r/cpp/ Presentation Slides, PDFs, Source Code and other ...

51:17
The Smart Pointers I Wish I Had - Matthew Fleming - CppCon 2019

13,034 views

6 years ago

Cow Corporation
C++'s Smart Pointers: Ownership Cycle

Welcome to the Cow Corporation's series of videos about software engineering. The topic of this video is providing access to a ...

4:29
C++'s Smart Pointers: Ownership Cycle

49 views

4 years ago

Cow Corporation
C++'s Smart Pointers: Shared Ownership

The topic of this video is C++ smart pointers that share ownership of memory. Prerequisite Knowledge: Table of Contents ...

5:51
C++'s Smart Pointers: Shared Ownership

39 views

4 years ago

CodeBeauty
SMART POINTERS in C++ (for beginners in 20 minutes)

A smart pointer is a container/wrapper for a raw pointer. In modern C++ smart pointers are defined in the std namespace in the ...

24:32
SMART POINTERS in C++ (for beginners in 20 minutes)

128,750 views

4 years ago

Dave's Garage
Modern C++: Upgrade Your Skills with Shared Pointers!

Dave take you a tour of some core advanced C++ features including smart pointers, weak pointers, constructor aliasing, custom ...

17:43
Modern C++: Upgrade Your Skills with Shared Pointers!

73,867 views

2 years ago

CppNuts
Smart Pointer In C++

JOIN ME ————— YouTube https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join Patreon ...

8:28
Smart Pointer In C++

72,704 views

5 years ago

CppNuts
Write Your Own Shared Pointer Class In C++

JOIN ME https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join https://www.patreon.com/cppnuts In this video, ...

5:43
Write Your Own Shared Pointer Class In C++

1,699 views

3 months ago

Mike Shah
Classes Part 30 - pIMPL (pointer to implementation) - More Stable APIs| Modern Cpp Series Ep. 67

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

12:41
Classes Part 30 - pIMPL (pointer to implementation) - More Stable APIs| Modern Cpp Series Ep. 67

9,176 views

3 years ago

Aleksandar Haber PhD
Tutorial on Smart Pointers in C++: std::unique_ptr - PART 1

cpp #C++ #programming #cppprogramming #cprogramming #machinelearning #ros2 #ros #controltheory #robotics It takes a ...

16:20
Tutorial on Smart Pointers in C++: std::unique_ptr - PART 1

744 views

1 year ago

CppCon
Smarter Cpp Atomic Smart Pointers - Efficient Concurrent Memory Management - Daniel Anderson  CppCon

https://cppcon.org/ --- Smarter C++ Atomic Smart Pointers - Efficient Concurrent Memory Management for Everybody - Daniel ...

1:01:15
Smarter Cpp Atomic Smart Pointers - Efficient Concurrent Memory Management - Daniel Anderson CppCon

16,905 views

2 years ago

Caleb Curry
Smart Pointers in C++ (Stop Using new?)

Start your software dev career - https://calcur.tech/dev-fundamentals Be notified of new C/C++ course: ...

17:18
Smart Pointers in C++ (Stop Using new?)

19,766 views

2 years ago

Mike Shah
std::unique_ptr - A scoped smart pointer | Modern Cpp Series Ep. 33

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

20:48
std::unique_ptr - A scoped smart pointer | Modern Cpp Series Ep. 33

17,885 views

3 years ago

CppNuts
Write Your Own Unique Pointer Class In C++

JOIN ME https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join https://www.patreon.com/cppnuts Learn how to ...

8:02
Write Your Own Unique Pointer Class In C++

1,393 views

3 months ago