File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ HEP C++ Advanced Course's exercise schedule
5
5
- Solutions and hints can be found in the ExercisesCheatSheet.md file located in the same directory.
6
6
- Each exercise is in its own directory and referred to in the following by the name of the directory
7
7
8
- There are far too many exercies on each day. They are given in order in which they should be done.
8
+ There are far too many exercises on each day. They are given in order in which they should be done.
9
9
10
10
Day 1
11
11
-----
Original file line number Diff line number Diff line change 216
216
\frametitlecpp [11]{Constructor inheritance}
217
217
\begin {block }{Idea}
218
218
\begin {itemize }
219
- \item avoid having to re-declare parent's constructors
219
+ \item avoid having to redeclare parent's constructors
220
220
\item by stating that we inherit all parent constructors
221
221
\item derived class can add more constructors
222
222
\end {itemize }
You can’t perform that action at this time.
0 commit comments