Skip to content
Snippets Groups Projects
Commit a7df8d41 authored by Steven Palmer's avatar Steven Palmer
Browse files

Slide about taking up midterm

parent 585a83c3
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment