errata

Departments

Main

About

Errata

FAQ

Compiler Tips

Supplemental Lessons

NCurses

Source Code Files

On-line Book Ordering

[C News]

Errors. Typos. Problems. Omissions. And stuff like that.

Source Code Issues:


Generally Speaking...

  • Note that filenames are listed in ALL CAPS in the book, which is merely a style convention. Remember that Linux, FreeBSD, Mac OS X or any Unix uses case sensitive filenames. So if you type in a filename as ALL CAPS you must refer to it as such throughout the development process.
  • Yes, I recognize that the # is known as the hash in Britain. The book's localizer should have caught that one. In America, # is the pound symbol. In the U.K., £ is the pound symbol.
  • Check the FAQ for information on fpurge()...