Skip to content

Commit

Permalink
Update links to video
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus committed Oct 23, 2024
1 parent 9fef0b3 commit 45513fa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/lambdas.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Lambdas
--

<p align="center">
<a href="https://youtu.be/blah"><img src="https://img.youtube.com/vi/blah/maxresdefault.jpg" alt="Video" align="right" width=50% style="margin: 0.5rem"></a>
<a href="https://youtu.be/l0BgadhkUL8"><img src="https://img.youtube.com/vi/l0BgadhkUL8/maxresdefault.jpg" alt="Video" align="right" width=50% style="margin: 0.5rem"></a>
</p>

- [Lambdas](#lambdas)
Expand Down
20 changes: 20 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,26 @@ Headers with classes
- [Summary](lectures/memory_and_smart_pointers.md#summary)


----------------------------------------------------------
</details>

<details>
<summary>Lambdas in modern C++</summary>

----------------------------------------------------------
[![Video thumbnail](https://img.youtube.com/vi/l0BgadhkUL8/maxresdefault.jpg)](https://youtu.be/l0BgadhkUL8)

- [Lambdas](lectures/lambdas.md#lambdas)
- [Overview](lectures/lambdas.md#overview)
- [What is a "callable"](lectures/lambdas.md#what-is-a-callable)
- [A function pointer is sometimes enough](lectures/lambdas.md#a-function-pointer-is-sometimes-enough)
- [Before lambdas we had function objects (or functors)](lectures/lambdas.md#before-lambdas-we-had-function-objects-or-functors)
- [How to implement generic algorithms like `std::sort`](lectures/lambdas.md#how-to-implement-generic-algorithms-like-stdsort)
- [Enter lambdas](lectures/lambdas.md#enter-lambdas)
- [Lambda syntax](lectures/lambdas.md#lambda-syntax)
- [When to use lambdas](lectures/lambdas.md#when-to-use-lambdas)
- [Summary](lectures/lambdas.md#summary)

----------------------------------------------------------
</details>

Expand Down

0 comments on commit 45513fa

Please sign in to comment.