ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,358 results

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

7 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

464 views

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

3 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

Jon Gjengset
Crust of Rust: Dispatch and Fat Pointers

In this episode of Crust of Rust, we go over static and dynamic dispatch in Rust by diving deep into generics, monomorphization, ...

2:12:52
Crust of Rust: Dispatch and Fat Pointers

100,332 views

4 years ago

programming
pointers

C pointers.

42:20
pointers

303 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

923 views

4 months ago

CppNow
C++Now 2018: Louis Dionne “Runtime Polymorphism: Back to the Basics”

... base class, and then using a table of function pointers (the virtual table) to perform dynamic dispatch when a method is called.

1:41:31
C++Now 2018: Louis Dionne “Runtime Polymorphism: Back to the Basics”

8,880 views

7 years 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,161 views

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

4 years ago

dr Jonas Birch
Can you merge two functions together in C, at runtime?

Live coding on a C project Project: Can you merge two functions together in C, at runtime? If you have a function that doubles a ...

1:28:56
Can you merge two functions together in C, at runtime?

1,703 views

Streamed 1 year ago

PyCon South Africa
An introduction to interfacing with C using CFFI

Neil Muller https://2016.za.pycon.org/talks/20/ Python [CFFI (C Foreign Function Interface)](https://cffi.readthedocs.io/en/latest/) ...

1:17:02
An introduction to interfacing with C using CFFI

1,474 views

9 years ago

ConfEngine
The Essence of Functional Programming by Richard Feldman #FnConf 2022

This talk dives into the origins of functional programming, going all the way back to where the term was first introduced, to see how ...

46:05
The Essence of Functional Programming by Richard Feldman #FnConf 2022

6,891 views

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

6 years ago

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

This video shows different ways to implement a simple traffic light example on an Arduino, using the classic switch case, a table of ...

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

15,635 views

5 years ago

MisterArk
CS3 Lesson 19: Pointers continued

C++ C string arrays using pointers and dynamic memory, struct pointers, void pointers, function pointers http://arkiletian.com/cs3.

34:56
CS3 Lesson 19: Pointers continued

102 views

4 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,045 views

5 years ago

Fardad Soleimanloo
07 - Feb04 - OOP345NBB - 2251 - funtions, function pointers, functors, lambdas

... validation logic and life is beautiful is after that so this is the C version of doing this not C version find pointer to function version ...

1:17:50
07 - Feb04 - OOP345NBB - 2251 - funtions, function pointers, functors, lambdas

61 views

11 months 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,563 views

5 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
Leor Zolman: A Whirlwind Overview of C++11

Leor's talk from the 2012 C++Now! conference In this abbreviated introduction to C++11, Leor Zolman quickly surveys many of the ...

1:38:24
Leor Zolman: A Whirlwind Overview of C++11

3,960 views

13 years ago

Bartosz Milewski
Functional Patterns in C++, 1. Functors

Towards understanding asynchronous interfaces. First the introduction to some common functional patterns like Functor, which, ...

28:18
Functional Patterns in C++, 1. Functors

11,784 views

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

CppNow
Michael Caisse: Lambda Functions

Michael's talk from C++Now! 2012 Anonymous functions have proven to be a useful tool in many languages. Their locality and ...

1:44:21
Michael Caisse: Lambda Functions

2,572 views

13 years ago

CppNow
C++Now 2017: Jason Turner "(Ab)using C++17"

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

1:03:09
C++Now 2017: Jason Turner "(Ab)using C++17"

10,679 views

8 years ago