diff --git a/Tutorials/T09-CppForA3/slides/T8.pdf b/Tutorials/T09-CppForA3/slides/T8.pdf index fe16a1729670523e4b1760eaa92acc118536ec82..59e57763c207d63d8602e2e8a1a17d0498285e65 100644 Binary files a/Tutorials/T09-CppForA3/slides/T8.pdf and b/Tutorials/T09-CppForA3/slides/T8.pdf differ diff --git a/Tutorials/T09-CppForA3/slides/T8.tex b/Tutorials/T09-CppForA3/slides/T8.tex index a9a16ab6a19c672ea22cd72f4300bfda47de7354..362d5af9512c3eee27fdee6d392e270180be9824 100644 --- a/Tutorials/T09-CppForA3/slides/T8.tex +++ b/Tutorials/T09-CppForA3/slides/T8.tex @@ -375,7 +375,7 @@ The explicit instantiations of \texttt{Example<int>} and \texttt{Example<double> % ----------------------------------------------------- \begin{frame}[t,fragile] -\frametitle{Template (Generic) Classes} +\frametitle{Template Classes Hint} \begin{itemize} \item In A3, you need to implement the generic class Seq2D<T> \item Since you know ahead of time that you will only need two type instances of the Seq2D class (LanduseT and int), {\bf you should use should use explicit instantiation} @@ -439,6 +439,18 @@ myIntClass mic(5); \end{frame} +% ----------------------------------------------------- +\section{Midterm Review} +% ----------------------------------------------------- + +% ----------------------------------------------------- +\begin{frame} +\frametitle{Midterm Review} +\begin{center} +{\Large We will now take up the midterm.} +\end{center} +\end{frame} + \end{document}