Skip to content
Snippets Groups Projects
Commit ba3a659c authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files
parents 244df135 1aa62b5a
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -415,7 +415,8 @@ PathT($st, ornt, l$):
\noindent len:
\begin{itemize}
\item output: \wss{Output the number of points on the line.}
\item output: \wss{Output the total number of points (grid cells) on the path,
including the beginning and end points (cells).}
\item exception: None
\end{itemize}
......
No preview for this file type
......@@ -77,6 +77,8 @@ TBD
\bi
\item LineT len output type better as $\mathbb{N}$ (rather than $\mathbb{Z}$)
\item LineT strt output should be $out := \mbox{PointT}(s.x(), s.y())$
\item PathT len output the total number of points (grid cells) on the path,
including the beginning and end points (cells).
\ei
\end{itemize}
......
No preview for this file type
......@@ -269,7 +269,7 @@ We will discuss what this does on the next slides.
\begin{frame}[t]
\frametitle{Exercise 2: Run the Preprocessor Without Guards}
\begin{block}{Exercise 2}
The code in \texttt{examples/compilation/withguards} contains the same code as the last example with the header guards removed.\\[\baselineskip]
The code in \texttt{examples/compilation/noguards} contains the same code as the last example with the header guards removed.\\[\baselineskip]
Look at main.cpp. Notice that main.cpp includes B.h, and {\bf B.h includes A.h}. Notice that {\bf main.cpp also includes A.h}.\\[\baselineskip]
......
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