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,421 results
C pointers.
303 views
5 years ago
http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...
2,307 views
6 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,518 views
3 years ago
Topics: (1) pointers and arrays (2) structs (3) function pointers (4) preprocessor (5) multiple files (6) gdb.
3,939 views
10 years ago
In this video we examine pointers and addresses. We also see how this applies to arrays. Pointers are an extremely powerful and ...
475 views
Code: https://github.com/rosbacke/delegate Recorded at StockholmCpp 18 ...
2,264 views
7 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.
950 views
5 months ago
Dependency Injection is a broad topic related to all fields of software development. The presentation will describe commonly used ...
747 views
2 years ago
2,195 views
This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...
38,448 views
4 years ago
Lambdas, Lambdas Everywhere by Herb Sutter http://channel9.msdn.com/Events/PDC/PDC10/FT13.
6,736 views
13 years ago
- How to create function and method pointers (delegates) in C++ - Sintax, use and insight. - Basic example: how to use them to ...
3,134 views
9 years ago
Enables embedded software skills for Developers!
44 views
... 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 ...
15,712 views
1,164 views
Neil Muller https://2016.za.pycon.org/talks/20/ Python [CFFI (C Foreign Function Interface)](https://cffi.readthedocs.io/en/latest/) ...
1,478 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,046 views
In today's lesson, we discuss some further applications of pointers: pointer arithmetic, arrays, and C-style (null-terminated) strings.
2,576 views
Electronics and Programming Beginners Guide http://www.eapbg.com An introduction to pointers in C programming.
504 views
8 years ago
Richard Thomson gives us an insight into lambda expressions in C++ by showing the equivalent manually written function objects ...
883 views