Skip to content

Commit

Permalink
Update lecture about static (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus authored Nov 5, 2023
1 parent 0a0f679 commit 05e2c98
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 228 deletions.
26 changes: 0 additions & 26 deletions lectures/code/static_no_classes/odr_violation/CMakeLists.txt

This file was deleted.

7 changes: 0 additions & 7 deletions lectures/code/static_no_classes/odr_violation/main.cpp

This file was deleted.

5 changes: 0 additions & 5 deletions lectures/code/static_no_classes/odr_violation/other_lib.cpp

This file was deleted.

6 changes: 0 additions & 6 deletions lectures/code/static_no_classes/odr_violation/other_lib.hpp

This file was deleted.

This file was deleted.

This file was deleted.

235 changes: 63 additions & 172 deletions lectures/static_outside_classes.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Headers with classes
<summary>Keyword <code>static</code> outside of classes</summary>

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

[Lecture script](lectures/static_outside_classes.md)
- Why we should not use `static` outside of classes
Expand Down

0 comments on commit 05e2c98

Please sign in to comment.