Skip to content

Commit

Permalink
Mention the includes in the break down.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedshaw committed Sep 11, 2011
1 parent b106373 commit c030b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ex16.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ \chapter{Exercise 16: Structs And Pointers To Them}
parts it contains, and your job is to write out what each line does.

\begin{description}
\item [includes] I include some new header files here to gain
access to some new functions. What does each give you?
\item [struct Person] This is where I'm creating a structure that
has 4 elements to describe a person. The final result is a
new compound type that let's me reference these elements all
Expand Down

0 comments on commit c030b1d

Please sign in to comment.