File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 103
103
\item you never start from scratch
104
104
\end {itemize }
105
105
\end {exampleblock }
106
- \begin {block }{Makefile}
106
+ \begin {block }{Makefile / cmake }
107
107
\begin {itemize }
108
108
\item prepared Makefile for easy compilation
109
109
\item `` make'' and `` make clean'' are available
110
+ \item cmake is also supported
110
111
\end {itemize }
111
112
\end {block }
112
113
\begin {alertblock }{solution subdirectory}
122
123
\begin {itemize }
123
124
\item Each exercise comes with a set of instructions in the course
124
125
\item See for example exercise on polymorphism
126
+ \item Also present in exercise subdir in markdown format
125
127
\end {itemize }
126
128
\begin {alertblock }{Exercise Time}
127
129
\begin {itemize }
151
153
\begin {itemize }
152
154
\item g++ and make
153
155
\begin {minted }[gobble=6]{shell}
154
- make ./hello
156
+ make; ./hello
155
157
\end {minted }
156
158
\item valgrind, callgrind and X11
157
159
\begin {minted }[gobble=6]{shell}
158
- valgrind --tool=callgrind ./hello kcachegrind
160
+ valgrind --tool=callgrind ./hello; kcachegrind
159
161
\end {minted }
160
162
\item cppcheck
161
163
\begin {minted }[gobble=6]{shell}
Original file line number Diff line number Diff line change 126
126
\begin {itemize }
127
127
\item strongly typed
128
128
\item object oriented
129
- \item widely used (and teached )
129
+ \item widely used (and taught )
130
130
\item many available libraries
131
131
\end {itemize }
132
132
\end {block }
You can’t perform that action at this time.
0 commit comments