You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a list of lectures from the [C++ for yourself](https://youtube.com/playlist?list=PLwhKb0RIaIS1sJkejUmWj-0lk7v_xgCuT) course.
7
8
8
-
## How to follow this course
9
+
## 🙏 Support this work
10
+
11
+
Please remember that there is a human behind all of this work. I write scripts, create animations, record and edit videos at night after a full-time work day. It is at times hard. But _you_ can make it easier. Here is what you can do:
12
+
13
+
- If you think this work is worth anything -- become a [**sponsor here on GitHub**](https://github.com/sponsors/niosus).
14
+
- If you can't support this work through sponsorship -- like my videos, leave comments on YouTube and help me **spread the word**.
15
+
- If you don't like what you see -- **engage in a discussion** with me about it. I am always eager to improve.
16
+
17
+
## :bulb: How to follow this course
18
+
9
19
The course is designed to be consumed from top to bottom, so start at the beginning and you will always have enough knowledge for the next video.
10
20
11
21
That being said, I aim to leave links in the videos so that one could watch them out of order without much hassle.
12
22
13
23
Enjoy! 😎
14
24
15
-
## C++ for yourself
25
+
## 📕 C++ for yourself lectures
16
26
17
27
<details>
18
28
<summary>
@@ -33,7 +43,7 @@ Hello world program dissection
33
43
</details>
34
44
35
45
<details>
36
-
<summary><code>Homework</code>: hello world program</summary>
46
+
<summary><code>Project</code>: hello world program</summary>
0 commit comments