Is there an "error page" available for this book?
I'm finding it LOADED with errors.... and as a "newbie" I don't know if I'm doing something wrong.
Even things like this:
p293> for (i=0; i<=2; i++)
Should that loop 2x or 3x? (The book says 2x.)
p294> alloc memory... but never release it.
Is that normal?
p294> alloc memory over and over again INSIDE the loop
Do I REALLY want to do that?
