@@ -10,13 +10,13 @@ There are far too many exercies on each day. They are given in order in which th
10
10
Day 1
11
11
-----
12
12
13
- ### Hello World ([ CheatSheet] ( ExercisesCheatSheet.md#hello-world-directory-hello ) )
13
+ ### Hello World (directory: [ ` hello ` ] ( hello ) , [ CheatSheet] ( ExercisesCheatSheet.md#hello-world-directory-hello ) )
14
14
15
- ### Operator overloading ([ cheatSheet] ( ExercisesCheatSheet.md#operator-overloading-directory-operators ) )
15
+ ### Operator overloading (directory: [ ` operators ` ] ( operators ) , [ cheatSheet] ( ExercisesCheatSheet.md#operator-overloading-directory-operators ) )
16
16
17
- ### Move semantic ([ cheatSheet] ( ExercisesCheatSheet.md#move-semantic-directory-move ) )
17
+ ### Move semantic (directory: [ ` move ` ] ( move ) , [ cheatSheet] ( ExercisesCheatSheet.md#move-semantic-directory-move ) )
18
18
19
- ### Debugging ([ cheatSheet] ( ExercisesCheatSheet.md#debugging-directory-debug ) )
19
+ ### Debugging (directory: [ ` debug ` ] ( debug ) , [ cheatSheet] ( ExercisesCheatSheet.md#debugging-directory-debug ) )
20
20
This was actually covered in the essential course, but it's always good to be fluent with gdb when writing C++ !
21
21
22
22
@@ -26,29 +26,29 @@ Day 2
26
26
The tools exercises of day 2 are special as they will have been played (quickly) during the course.
27
27
People should replay them and discover the tools by themselves.
28
28
29
- ### Smart pointers ([ cheatSheet] ( ExercisesCheatSheet.md#smart-pointers-directory-smartpointers ) )
29
+ ### Smart pointers (directory: [ ` smartPointers ` ] ( smartPointers ) , [ cheatSheet] ( ExercisesCheatSheet.md#smart-pointers-directory-smartpointers ) )
30
30
31
- ### std::optional ([ cheatSheet] ( ExercisesCheatSheet.md#stdoptional-directory-optional ) )
31
+ ### std::optional (directory: [ ` optional ` ] ( optional ) , [ cheatSheet] ( ExercisesCheatSheet.md#stdoptional-directory-optional ) )
32
32
33
- ### std::variant ([ cheatSheet] ( ExercisesCheatSheet.md#stdvariant-directory-variant ) )
33
+ ### std::variant (directory: [ ` variant ` ] ( variant ) , [ cheatSheet] ( ExercisesCheatSheet.md#stdvariant-directory-variant ) )
34
34
35
- ### Generic programming / templates ([ cheatSheet] ( ExercisesCheatSheet.md#generic-programming--templates-directory-templates ) )
35
+ ### Generic programming / templates (directory: [ ` templates ` ] ( templates ) , [ cheatSheet] ( ExercisesCheatSheet.md#generic-programming--templates-directory-templates ) )
36
36
37
- ### (optional) Address sanitizer ([ cheatSheet] ( ExercisesCheatSheet.md#address-sanitizer-directory-asan ) )
37
+ ### (optional) Address sanitizer (directory: [ ` asan ` ] ( asan ) , [ cheatSheet] ( ExercisesCheatSheet.md#address-sanitizer-directory-asan ) )
38
38
39
39
40
40
Day 3
41
41
-----
42
42
43
- ### Race conditions ([ cheatSheet] ( ExercisesCheatSheet.md#race-conditions-directory-race ) )
43
+ ### Race conditions (directory: [ ` race ` ] ( race ) , [ cheatSheet] ( ExercisesCheatSheet.md#race-conditions-directory-race ) )
44
44
45
- ### Atomicity ([ cheatSheet] ( ExercisesCheatSheet.md#atomicity-directory-atomic ) )
45
+ ### Atomicity (directory: [ ` atomic ` ] ( atomic ) , [ cheatSheet] ( ExercisesCheatSheet.md#atomicity-directory-atomic ) )
46
46
47
- ### Generic programming / templates ([ cheatSheet] ( ExercisesCheatSheet.md#generic-programming--templates-directory-templates ) )
47
+ ### Generic programming / templates (directory: [ ` templates ` ] ( templates ) , [ cheatSheet] ( ExercisesCheatSheet.md#generic-programming--templates-directory-templates ) )
48
48
As a prerequisite for variadic templates, and in case it was not covered in day 2 session
49
49
50
- ### Variadic templates ([ cheatSheet] ( ExercisesCheatSheet.md#variadic-templates-directory-variadic ) )
50
+ ### Variadic templates (directory: [ ` variadic ` ] ( variadic ) , [ cheatSheet] ( ExercisesCheatSheet.md#variadic-templates-directory-variadic ) )
51
51
52
- ### Spaceship operator <=> ([ cheatSheet] ( ExercisesCheatSheet.md#spaceship-operator-directory-spaceship ) )
52
+ ### Spaceship operator <=> (directory: [ ` spaceship ` ] ( spaceship ) , [ cheatSheet] ( ExercisesCheatSheet.md#spaceship-operator-directory-spaceship ) )
53
53
54
- ### Concepts ([ cheatSheet] ( ExercisesCheatSheet.md#concepts-directory-concepts ) )
54
+ ### Concepts (directory: [ ` concepts ` ] ( concepts ) , [ cheatSheet] ( ExercisesCheatSheet.md#concepts-directory-concepts ) )
0 commit comments