HEP C++ Essential Course's exercise schedule
February 14, 2025 ยท View on GitHub
- List of exercises per day, with preferred order.
- Solutions and hints can be found in the ExercisesCheatSheet.md file located in the same directory.
- Each exercise is in its own directory and referred to in the following by the name of the directory
For each day, the exercises are given in order in which they should be done.
Day 1 - Basics Exercises
Hello World (directory: hello, CheatSheet)
Basic types (directory: basicTypes, CheatSheet)
Functions (directory: functions, CheatSheet)
Control Structures (directory: control, CheatSheet)
Auto and references (directory: loopsRefsAuto, CheatSheet)
Day 2 - Tools Exercises
The tools exercises of day 2 are special as they will have been played (quickly) during the course. People should replay them and discover the tools by themselves.