ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

141,161 results

Related queries

raii c++

c++ smart pointer implementation

smart pointers c++ telugu

c++ lambda

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,501 views

8 years ago

Low Level
are "smart pointers" actually smart?

Thanks again Yubico for sponsoring this video! Go get a Yubikey at https://www.yubico.com/store/ RIGHT NOW with my offer code ...

9:44
are "smart pointers" actually smart?

103,037 views

2 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,744 views

2 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,403 views

3 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,759 views

2 years ago

José Tomás Tocino
C++11: smart pointers (shared_ptr y unique_ptr) - tutorial en Español

En este tutorial haremos una introducción a los punteros inteligentes o "smart pointers" que llegaron al lenguaje en la versión ...

9:38
C++11: smart pointers (shared_ptr y unique_ptr) - tutorial en Español

4,602 views

4 years ago

CppCon
CppCon 2019: Arthur O'Dwyer “Back to Basics: Smart Pointers”

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

1:00:51
CppCon 2019: Arthur O'Dwyer “Back to Basics: Smart Pointers”

75,709 views

6 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,860 views

2 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,359 views

7 months ago

Dave's Garage
Master Pointers in C:  10X Your C Coding!

Pointer basics, indirection, void pointers, pointers to pointers, function pointers, callbacks and much more in this comprehensive ...

14:12
Master Pointers in C: 10X Your C Coding!

406,230 views

2 years ago

freeCodeCamp.org
Pointers in C for Absolute Beginners – Full Course

Finally understand pointers in C in this course for absolute beginners. Pointers are variables that store the memory address of ...

2:04:29
Pointers in C for Absolute Beginners – Full Course

330,104 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,455 views

5 years ago

CppCon
Lock-free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done! - Daniel Anderson

https://cppcon.org/ --- Lock-free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done! - Daniel Anderson ...

1:02:11
Lock-free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done! - Daniel Anderson

25,768 views

1 year 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,599 views

6 years ago

CppCon
CppCon 2019: Jason Turner “The Best Parts of C++"

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

58:36
CppCon 2019: Jason Turner “The Best Parts of C++"

95,123 views

6 years ago

mCoding
31 nooby C++ habits you need to ditch

How many nooby C++ habits do you have? Up your C++ skill by recognizing and ditching these nooby C++ habits. Post how ...

16:18
31 nooby C++ habits you need to ditch

1,006,720 views

4 years ago

CppCon
Back to Basics:  RAII in C++ - Andre Kostur - CppCon 2022

https://cppcon.org/ --- Back to Basics: RAII in C++ - Andre Kostur - CppCon 2022 https://github.com/CppCon/CppCon2022 The ...

44:17
Back to Basics: RAII in C++ - Andre Kostur - CppCon 2022

32,075 views

3 years ago

CppCon
CppCon 2017: Fedor Pikus “C++ atomics, from basic to advanced.  What do they really do?”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:14:22
CppCon 2017: Fedor Pikus “C++ atomics, from basic to advanced. What do they really do?”

259,120 views

8 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,884 views

1 year ago

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

I will show you why we might want to use this smart pointer versus a raw pointer, and how to create this pointer. While we haven't ...

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

17,881 views

3 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,539 views

2 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,740 views

4 years 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

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

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

Weak pointers are probably the most strange of the 3 types of smart pointers introduce in modern C++, in that they work with ...

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

12,325 views

3 years ago

cscsch
07 Advanced C++: Smart Pointers, Bignamini

The Swiss National Supercomputing Centre is pleased to announce that the "Advanced C++" workshop will be held from October ...

59:15
07 Advanced C++: Smart Pointers, Bignamini

499 views

6 years ago

freeCodeCamp.org
Pointers in C / C++ [Full Course]

Pointers in C and C++ are often challenging to understand. In this course, they will be demystified, allowing you to use pointers ...

3:47:23
Pointers in C / C++ [Full Course]

5,383,597 views

4 years ago

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

Welcome to the Cow Corporation's series of videos about software engineering. The topic of this video is C++ smart pointers that ...

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

39 views

4 years ago

Acheron
C++11 Miniseries: Smart Pointers

Okay so before I talk about smart pointers I would like to discuss C and C++ style memory management just some uh review so ...

14:08
C++11 Miniseries: Smart Pointers

1,145 views

8 years ago