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

Fix exercise 2 path mistake in T08

parent c0ee1cd7
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