Skip to content
Snippets Groups Projects
Commit 1aa62b5a authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files
parents 1e1ee166 e1b5417c
No related branches found
No related tags found
No related merge requests found
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