@@ -10,13 +10,13 @@ There are far too many exercies on each day. They are given in order in which th
1010Day 1
1111-----
1212
13- ### Hello World ([ CheatSheet] ( ExercisesCheatSheet.md#hello-world-directory-hello ) )
13+ ### Hello World (directory: [ ` hello ` ] ( hello ) , [ CheatSheet] ( ExercisesCheatSheet.md#hello-world-directory-hello ) )
1414
15- ### Operator overloading ([ cheatSheet] ( ExercisesCheatSheet.md#operator-overloading-directory-operators ) )
15+ ### Operator overloading (directory: [ ` operators ` ] ( operators ) , [ cheatSheet] ( ExercisesCheatSheet.md#operator-overloading-directory-operators ) )
1616
17- ### Move semantic ([ cheatSheet] ( ExercisesCheatSheet.md#move-semantic-directory-move ) )
17+ ### Move semantic (directory: [ ` move ` ] ( move ) , [ cheatSheet] ( ExercisesCheatSheet.md#move-semantic-directory-move ) )
1818
19- ### Debugging ([ cheatSheet] ( ExercisesCheatSheet.md#debugging-directory-debug ) )
19+ ### Debugging (directory: [ ` debug ` ] ( debug ) , [ cheatSheet] ( ExercisesCheatSheet.md#debugging-directory-debug ) )
2020This was actually covered in the essential course, but it's always good to be fluent with gdb when writing C++ !
2121
2222
@@ -26,29 +26,29 @@ Day 2
2626The tools exercises of day 2 are special as they will have been played (quickly) during the course.
2727People should replay them and discover the tools by themselves.
2828
29- ### Smart pointers ([ cheatSheet] ( ExercisesCheatSheet.md#smart-pointers-directory-smartpointers ) )
29+ ### Smart pointers (directory: [ ` smartPointers ` ] ( smartPointers ) , [ cheatSheet] ( ExercisesCheatSheet.md#smart-pointers-directory-smartpointers ) )
3030
31- ### std::optional ([ cheatSheet] ( ExercisesCheatSheet.md#stdoptional-directory-optional ) )
31+ ### std::optional (directory: [ ` optional ` ] ( optional ) , [ cheatSheet] ( ExercisesCheatSheet.md#stdoptional-directory-optional ) )
3232
33- ### std::variant ([ cheatSheet] ( ExercisesCheatSheet.md#stdvariant-directory-variant ) )
33+ ### std::variant (directory: [ ` variant ` ] ( variant ) , [ cheatSheet] ( ExercisesCheatSheet.md#stdvariant-directory-variant ) )
3434
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 ) )
3636
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 ) )
3838
3939
4040Day 3
4141-----
4242
43- ### Race conditions ([ cheatSheet] ( ExercisesCheatSheet.md#race-conditions-directory-race ) )
43+ ### Race conditions (directory: [ ` race ` ] ( race ) , [ cheatSheet] ( ExercisesCheatSheet.md#race-conditions-directory-race ) )
4444
45- ### Atomicity ([ cheatSheet] ( ExercisesCheatSheet.md#atomicity-directory-atomic ) )
45+ ### Atomicity (directory: [ ` atomic ` ] ( atomic ) , [ cheatSheet] ( ExercisesCheatSheet.md#atomicity-directory-atomic ) )
4646
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 ) )
4848As a prerequisite for variadic templates, and in case it was not covered in day 2 session
4949
50- ### Variadic templates ([ cheatSheet] ( ExercisesCheatSheet.md#variadic-templates-directory-variadic ) )
50+ ### Variadic templates (directory: [ ` variadic ` ] ( variadic ) , [ cheatSheet] ( ExercisesCheatSheet.md#variadic-templates-directory-variadic ) )
5151
52- ### Spaceship operator <=> ([ cheatSheet] ( ExercisesCheatSheet.md#spaceship-operator-directory-spaceship ) )
52+ ### Spaceship operator <=> (directory: [ ` spaceship ` ] ( spaceship ) , [ cheatSheet] ( ExercisesCheatSheet.md#spaceship-operator-directory-spaceship ) )
5353
54- ### Concepts ([ cheatSheet] ( ExercisesCheatSheet.md#concepts-directory-concepts ) )
54+ ### Concepts (directory: [ ` concepts ` ] ( concepts ) , [ cheatSheet] ( ExercisesCheatSheet.md#concepts-directory-concepts ) )
0 commit comments