Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,188 results
Code: https://github.com/rosbacke/delegate Recorded at StockholmCpp 18 ...
2,263 views
7 years ago
In this video we examine pointers and addresses. We also see how this applies to arrays. Pointers are an extremely powerful and ...
466 views
5 years ago
In this episode of Crust of Rust, we go over static and dynamic dispatch in Rust by diving deep into generics, monomorphization, ...
100,455 views
4 years ago
Is C++20 a language that supports a functional style of programming? Can we write modern C++ code in a pure functional style ...
2,509 views
3 years ago
... base class, and then using a table of function pointers (the virtual table) to perform dynamic dispatch when a method is called.
8,884 views
This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...
38,353 views
http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...
2,305 views
6 years ago
1,162 views
This talk dives into the origins of functional programming, going all the way back to where the term was first introduced, to see how ...
6,900 views
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,708 views
Streamed 1 year ago
Neil Muller https://2016.za.pycon.org/talks/20/ Python [CFFI (C Foreign Function Interface)](https://cffi.readthedocs.io/en/latest/) ...
1,476 views
9 years ago
... 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.
924 views
4 months ago
C pointers.
303 views
2,192 views
This video shows different ways to implement a simple traffic light example on an Arduino, using the classic switch case, a table of ...
15,665 views
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,045 views
In today's lesson, we discuss some further applications of pointers: pointer arithmetic, arrays, and C-style (null-terminated) strings.
2,569 views
10,681 views
8 years ago
Electronics and Programming Beginners Guide http://www.eapbg.com An introduction to pointers in C programming.
504 views
C++ C string arrays using pointers and dynamic memory, struct pointers, void pointers, function pointers http://arkiletian.com/cs3.
102 views