Skip to content

Commit

Permalink
Not really doing arrays of structs yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedshaw committed Sep 11, 2011
1 parent 8c0a056 commit b106373
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ex16.tex
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
\chapter{Exercise 16: Structs And Pointers To Them}

In this exercise you'll learn how to make a \ident{struct},
create an array of them, point a pointer at them, and use them
to make sense of internal memory structures. I'll also apply
the knowledge of pointers from the last exercise and get you
In this exercise you'll learn how to make a \ident{struct}, point a pointer
at them, and use them to make sense of internal memory structures. I'll also
apply the knowledge of pointers from the last exercise and get you
constructing these structures from raw memory using \func{malloc}.

As usual, here's the program we'll talk about, so type it in and
Expand Down

0 comments on commit b106373

Please sign in to comment.