ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,814 results

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

7 years ago

CppNow
C++Now 2018:Bob Steagall “Fancy Pointers for Fun and Profit”

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

1:30:21
C++Now 2018:Bob Steagall “Fancy Pointers for Fun and Profit”

2,164 views

7 years ago

programming
pointers

C pointers.

42:20
pointers

303 views

5 years ago

Jon Gjengset
Implementing Hazard Pointers in Rust

This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...

4:55:09
Implementing Hazard Pointers in Rust

38,196 views

4 years ago

Electronics with Professor Fiore
Embedded Programming: Pointers

In this video we examine pointers and addresses. We also see how this applies to arrays. Pointers are an extremely powerful and ...

26:49
Embedded Programming: Pointers

462 views

5 years ago

GopherCon UK
GopherCon UK 2019: Daniela Petruzalek - Fun With Pointers

In this talk you will learn how to use pointers effectively in Go. We'll cover from the basics of pointer declaration and usage, to the ...

32:34
GopherCon UK 2019: Daniela Petruzalek - Fun With Pointers

5,495 views

6 years ago

eapbg
eapbg #50 An introduction to C programming pointers.

Electronics and Programming Beginners Guide http://www.eapbg.com An introduction to pointers in C programming.

54:26
eapbg #50 An introduction to C programming pointers.

504 views

8 years ago

CppNow
C++Now 2019: Matthew Fleming “An Alternate Smart Pointer Hierarchy”

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

1:07:28
C++Now 2019: Matthew Fleming “An Alternate Smart Pointer Hierarchy”

2,305 views

6 years ago

Ron Wellman
08 - Arrays and Pointers

In video 08 of our series on rediscovering the C programming language, we discus arrays and pointers. We'll learn not only how ...

31:00
08 - Arrays and Pointers

41 views

5 years ago

The Statistics Lab
SQ4007 Tutorial wk5 Pointers in C

SQ4007 Computing Technology (Intro to programming complete course) https://sq4007-2025.github.io/website/ SQ4007 Tutorial ...

29:08
SQ4007 Tutorial wk5 Pointers in C

13 views

2 months ago

Queso Fuego
Absolute Pointer Protocol & Touchscreen | UEFI Dev (in C)

Adding Absolute Pointer Protocol support & testing for touchscreens/digitizers, and getting multiple Simple Pointer & Absolute ...

1:06:39
Absolute Pointer Protocol & Touchscreen | UEFI Dev (in C)

1,921 views

2 years ago

Sonia: Code & Skate | Play
Lock-Free Atomic Shared Pointer in C - Lock Free Programming (Part #1)

See project on GitHub: https://github.com/sadhbh-c0d3/lock-free 00:00 - Start 00:10 - What is Shared_Ptr (C vs C++) 00:56 - Our ...

36:58
Lock-Free Atomic Shared Pointer in C - Lock Free Programming (Part #1)

2,504 views

1 year ago

BSDCan
Address space reservations: Re-thinking address space management for pointer provenance-Brooks Davis

Pointers have provenance which is the notion that pointers to separate objects of different origins are distinct regardless of the ...

1:02:58
Address space reservations: Re-thinking address space management for pointer provenance-Brooks Davis

761 views

1 year ago

Md. Alim Ul Karim
C Programming : Pointers Basics for Beginners

C Programming : Pointers Basics for Beginners I have learned pointers from Mr. Mirza Mohammad Lutfe ...

21:22
C Programming : Pointers Basics for Beginners

863 views

11 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

151,374 views

5 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,251 views

9 years ago

Andrew Smith
C for Java Programmers: Pointer Arithmetic, Arrays, and Strings

In today's lesson, we discuss some further applications of pointers: pointer arithmetic, arrays, and C-style (null-terminated) strings.

2:35:28
C for Java Programmers: Pointer Arithmetic, Arrays, and Strings

2,556 views

5 years ago

Tyler Allen
Pointers and Memory
28:14
Pointers and Memory

241 views

2 years ago

Embecosm
GNU Tools Cauldron 2014 - Overview of Pointer Checker Implementation in GCC

Presenter: Ilya Enkovich Abstract: Invalid memory access problem is commonly found in many C/C++ programs and leads to time ...

53:29
GNU Tools Cauldron 2014 - Overview of Pointer Checker Implementation in GCC

212 views

11 years ago

MUCplusplus
[MUC++] Patrice Roy - "Growing a Smart Pointer" (Virtual)

C++ offers a small set of 'smart' pointers, each of them encoding a set of rules and responsibilities in a type, overall making code ...

1:18:57
[MUC++] Patrice Roy - "Growing a Smart Pointer" (Virtual)

251 views

4 years ago