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,574 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
In this video we examine pointers and addresses. We also see how this applies to arrays. Pointers are an extremely powerful and ...
473 views
Code: https://github.com/rosbacke/delegate Recorded at StockholmCpp 18 ...
2,264 views
7 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,512 views
3 years ago
Topics: (1) pointers and arrays (2) structs (3) function pointers (4) preprocessor (5) multiple files (6) gdb.
3,927 views
10 years ago
2,193 views
- How to create function and method pointers (delegates) in C++ - Sintax, use and insight. - Basic example: how to use them to ...
3,132 views
8 years ago
Lambdas, Lambdas Everywhere by Herb Sutter http://channel9.msdn.com/Events/PDC/PDC10/FT13.
6,736 views
13 years ago
Richard Thomson gives us an insight into lambda expressions in C++ by showing the equivalent manually written function objects ...
883 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.
944 views
5 months ago
Enables embedded software skills for Developers!
44 views
4 years ago
... 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,699 views
Last year I covered most of C++11 in one 90-minute "whirlwind" session, a feat only made possible by moving at a breakneck ...
888 views
12 years ago
This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...
38,426 views
Study With Me Focus Pomodoro 60 / 10 CS50x: https://cs50.harvard.edu/x/2024/ Section C Memory: ...
1 year ago
1,164 views
In today's lesson, we discuss some further applications of pointers: pointer arithmetic, arrays, and C-style (null-terminated) strings.
2,574 views
Dependency Injection is a broad topic related to all fields of software development. The presentation will describe commonly used ...
746 views
2 years ago
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