ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

99 results

Paul Mc Quade
4# C++23 Smart Pointers - 'C++23 in 3 minutes' by Paul McQuade

C++23 Smart Pointers: Chapters: Intro - (0:00) What is a smart Pointer? - (0:05) Why use smart Pointers? - (0:26) Using Smart ...

3:01
4# C++23 Smart Pointers - 'C++23 in 3 minutes' by Paul McQuade

50 views

1 year ago

Roel Van de Paar
Code Review: Custom thread-safe shared/weak pointer implementation in C++98 (3 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

4:50
Code Review: Custom thread-safe shared/weak pointer implementation in C++98 (3 Solutions!!)

5 views

3 years ago

Jon Gjengset
Crust of Rust: Smart Pointers and Interior Mutability

In this fourth Crust of Rust video, we cover smart pointers and interior mutability, by re-implementing the Cell, RefCell, and Rc ...

2:03:04
Crust of Rust: Smart Pointers and Interior Mutability

153,496 views

5 years ago

David Evans
Type Safety and Garbage Collection

cs4414: Operating Systems (http://rust-class.org) Class 9: What the &~#@<!? (Pointers in Rust) Embedded notes are available at: ...

6:18
Type Safety and Garbage Collection

2,247 views

12 years ago

CppNow
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

Shared pointers play a fundamental part of modern C++ programming. However, they come with a price. The price usually known ...

1:24:51
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

3,261 views

10 years ago

Engineering Community
Overview of Smart Pointers by Michal Kwiatkowski

A deeper look at std::shared_ptr, std::weak_ptr, and std::unique_ptr constructs which were added in C++11.

14:11
Overview of Smart Pointers by Michal Kwiatkowski

70 views

4 years ago

Brian Will
the C language (part 2 of 5)

Introduction to the C programming language. Part of a larger series teaching programming. See http://codeschool.org.

11:23
the C language (part 2 of 5)

15,995 views

11 years ago

CppNow
C++Now 2018: Jonathan Müller “Rethinking Pointers”

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

1:23:54
C++Now 2018: Jonathan Müller “Rethinking Pointers”

5,957 views

7 years ago

Peter Schneider
Intrusive smart pointer implementation

Intrusive smart pointer implementation I hope you found a solution that worked for you :) The Content (except music & images) is ...

3:44
Intrusive smart pointer implementation

40 views

3 years ago

Cave of Programming
C++Tutorial for Beginners 37 - Pointers; Where C++ Starts to Get Tricky

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

17:03
C++Tutorial for Beginners 37 - Pointers; Where C++ Starts to Get Tricky

20,103 views

11 years ago

AUC_ANZ
Objective-C Memory Management Essentials (/dev/world/2011)

Presenter: Steven Saunders Debugging memory related bugs can be a time-consuming and headache-inducing process. A solid ...

47:16
Objective-C Memory Management Essentials (/dev/world/2011)

410 views

11 years ago

Learn by Dibya
What are smart pointers in C++ | C++ interview #cplusplus #viralshort #shorts #shortsvideo #ytshorts

c++ full course c++ c++ tutorial for beginners love babbar c++ code with harry c++ c++ code with harry c++ programming c++ love ...

0:38
What are smart pointers in C++ | C++ interview #cplusplus #viralshort #shorts #shortsvideo #ytshorts

120 views

2 years ago

Raz Voicu
cs4215 2018 lec03
1:50:04
cs4215 2018 lec03

15 views

8 years ago

jasonofthel33t
CS2104 Programming Languages Lecture 5

CS2104 Programming Languages Lecture 5.

1:47:07
CS2104 Programming Languages Lecture 5

199 views

13 years ago

jasonofthel33t
CS2104 Programming Languages Lecture 9

CS2104 Programming Languages Lecture 9.

1:49:23
CS2104 Programming Languages Lecture 9

183 views

13 years ago

Roel Van de Paar
Code Review: Is this a meaningful Intrusive Pointer Class?

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:45
Code Review: Is this a meaningful Intrusive Pointer Class?

43 views

4 years ago

Fardad Soleimanloo
OOP345 - 2201 - Jan20

A is a pointer B and C are just integer variables right but if I actually use that pointer type then because it actually covers the type ...

1:22:09
OOP345 - 2201 - Jan20

785 views

6 years ago

Adam Doupé
CSE 340 F16: 10-12-16 "Semantics Pt. 8 and Types Pt. 1"

Recorded lecture for CSE 340 F16 on 10/12/16. We discussed memory errors, examples of dangling references, examples of ...

50:56
CSE 340 F16: 10-12-16 "Semantics Pt. 8 and Types Pt. 1"

1,026 views

9 years ago

openSUSE
openSUSE Conference 2017 Libabigail: How semantic analysis of C and C++ ELF binaries can be used to

https://media.ccc.de/v/1234-libabigail-how-semantic-analysis-of-c-and-c-elf-binaries-can-be-used-to-analyze-abi-changes ...

1:00:06
openSUSE Conference 2017 Libabigail: How semantic analysis of C and C++ ELF binaries can be used to

633 views

8 years ago

CS50
Section 8: More Comfortable

Unlike C where NULL is just a pointer with address 0, in PHP, NULL is its own type where the only valid thing of that type is NULL.

1:22:49
Section 8: More Comfortable

798 views

13 years ago