ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,574 results

programming
pointers

C pointers.

42:20
pointers

303 views

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

6 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

473 views

5 years ago

SwedenCpp
Mikael Rosbacke: Embedded friendly std::function alternative

Code: https://github.com/rosbacke/delegate Recorded at StockholmCpp 18 ...

31:51
Mikael Rosbacke: Embedded friendly std::function alternative

2,264 views

7 years ago

SwedenCpp
Petter Holmberg: Functional parsing in C++20

Is C++20 a language that supports a functional style of programming? Can we write modern C++ code in a pure functional style ...

1:35:40
Petter Holmberg: Functional parsing in C++20

2,512 views

3 years ago

Tyler Caraza-Harter
1/31/2016 -- C Refresher

Topics: (1) pointers and arrays (2) structs (3) function pointers (4) preprocessor (5) multiple files (6) gdb.

1:03:06
1/31/2016 -- C Refresher

3,927 views

10 years ago

CppNow
C++Now 2019: Vittorio Romeo “Higher-order functions and `function_ref`”

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

1:35:34
C++Now 2019: Vittorio Romeo “Higher-order functions and `function_ref`”

2,193 views

6 years ago

Profesor Retroman
C++: Function and Method Pointers

- How to create function and method pointers (delegates) in C++ - Sintax, use and insight. - Basic example: how to use them to ...

26:22
C++: Function and Method Pointers

3,132 views

8 years ago

Leira Hua
Lambdas, Lambdas Everywhere

Lambdas, Lambdas Everywhere by Herb Sutter http://channel9.msdn.com/Events/PDC/PDC10/FT13.

58:57
Lambdas, Lambdas Everywhere

6,736 views

13 years ago

Utah Cpp Programmers
Illuminating Lambda Expressions in C++

Richard Thomson gives us an insight into lambda expressions in C++ by showing the equivalent manually written function objects ...

1:18:13
Illuminating Lambda Expressions in C++

883 views

5 years ago

pwn.college
Rev Roundup - CSE466 - Michael - 2025.09.10

... h and v3 we call this dreference pointer function which is just dreferencing A1 and so what does this mean v1 is going to contain.

1:16:45
Rev Roundup - CSE466 - Michael - 2025.09.10

944 views

5 months ago

Animesh S
C for Embedded Developers - Session 10

Enables embedded software skills for Developers!

1:02:20
C for Embedded Developers - Session 10

44 views

4 years ago

Heavy Bare Metal
State machine programming for Arduino, switch case, table of structs, and table of function pointers

... using the classic switch case, a table of function pointers, and a table of structs. We will also see how to store the table of structs ...

42:54
State machine programming for Arduino, switch case, table of structs, and table of function pointers

15,699 views

5 years ago

CppNow
Leor Zolman: A Zephyr Overview of C++11 (Part II)

Last year I covered most of C++11 in one 90-minute "whirlwind" session, a feat only made possible by moving at a breakneck ...

1:55:14
Leor Zolman: A Zephyr Overview of C++11 (Part II)

888 views

12 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,426 views

4 years ago

K Dev
2-Hour Study With Me | Pomodoro 60/10, No Music

Study With Me Focus Pomodoro 60 / 10 CS50x: https://cs50.harvard.edu/x/2024/ Section C Memory: ...

1:50:28
2-Hour Study With Me | Pomodoro 60/10, No Music

44 views

1 year ago

CppNow
C++Now 2019: Lisa Lippincott “Practical Interfaces for Practical Functions”

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

1:35:57
C++Now 2019: Lisa Lippincott “Practical Interfaces for Practical Functions”

1,164 views

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

5 years ago

Using std::cpp
Dependency injection  Why does shared ptr use type erasure   Jan Krasinski

Dependency Injection is a broad topic related to all fields of software development. The presentation will describe commonly used ...

40:32
Dependency injection Why does shared ptr use type erasure Jan Krasinski

746 views

2 years ago

MUCplusplus
[MUC++] Klaus Iglberger - "Calling Functions: A Tutorial" (Virtual)

How is a function call resolved? How does the compiler find the right function and how does the compiler choose from a set of ...

1:24:43
[MUC++] Klaus Iglberger - "Calling Functions: A Tutorial" (Virtual)

1,046 views

5 years ago