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,358 results
Code: https://github.com/rosbacke/delegate Recorded at StockholmCpp 18 ...
2,261 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 ...
464 views
5 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,508 views
3 years ago
http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...
2,305 views
6 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,332 views
4 years ago
C pointers.
303 views
... 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.
923 views
4 months ago
... base class, and then using a table of function pointers (the virtual table) to perform dynamic dispatch when a method is called.
8,880 views
1,161 views
This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...
38,334 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,703 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,474 views
9 years ago
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,891 views
2,191 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,635 views
C++ C string arrays using pointers and dynamic memory, struct pointers, void pointers, function pointers http://arkiletian.com/cs3.
102 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
... 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 ...
61 views
11 months ago
In today's lesson, we discuss some further applications of pointers: pointer arithmetic, arrays, and C-style (null-terminated) strings.
2,563 views
Electronics and Programming Beginners Guide http://www.eapbg.com An introduction to pointers in C programming.
504 views
8 years ago
Leor's talk from the 2012 C++Now! conference In this abbreviated introduction to C++11, Leor Zolman quickly surveys many of the ...
3,960 views
13 years ago
Towards understanding asynchronous interfaces. First the introduction to some common functional patterns like Functor, which, ...
11,784 views
Enables embedded software skills for Developers!
44 views
Michael's talk from C++Now! 2012 Anonymous functions have proven to be a useful tool in many languages. Their locality and ...
2,572 views
10,679 views