COS 126 Required Textbooks, Fall 2002


This is our favorite introductory C programming book.

  • K. N. King, C Programming: A Modern Approach, W.W. Norton & Company, 1996. ISBN 0-393-96945-2.
  • This one covers more advanced programming concepts including fundamental data structures, sorting, and searching. We'll use it later in the semester. It is also used heavily in COS 226.
  • R. Sedgewick, Algorithms in C, Third Edition, Parts 1-4, Addison-Wesley, 1998. ISBN 0-201-31452-5.
  • And this one covers sevaral topics in theory, but is aimed at a novice reader. We'll use it later in the semester.
  • D. Harel, Computers Ltd.: What They Really Can't Do, Oxford University Press, 2000. ISBN 0-19-850555-8.

  • Other Textbooks (on reserve at the Engineering Library)


    This is the classic C programming tutorial which is fondly referred to as K+R.

  • B. W. Kernighan and D. M. Ritchie, The C Programming Language, 2nd edition, Prentice-Hall, 1988. ISBN 0-13-110362-8.
  • Here are some good advanced C programming books. The first two are required texts for COS 217.
  • D. R. Hanson, C Interfaces and Implementations: Techniques for Creating Reusable Software, Addison-Wesley, 1997.

  • S. P. Harbison and G. L. Steele, Jr., C: A Reference Manual, 4th edition, Prentice-Hall, 1995.

  • S. Summit, C Programming FAQs, Addison-Wesley, 1996.
  • The following provide nice introductions to the theory of computation. They're a bit more mathematical than what we do in COS 126, but pretty readable.
  • A. V. Aho and J. D. Ullman, Foundations of Computer Science, C edition, W. H. Freeman and Company, 1995. ISBN 0-7167-8284-7.

  • E. Kinber and C. Smith, Theory of Computer Science: A Gentle Introduction, Prentice Hall, 2001. ISBN 0-13-027961-7.
  • A complete reference book to produce text and graphics in the PostScript language. A link to the online version is included.
  • Adobe Systems, PostScript Language Reference Manual, 2nd edition, Addison-Wesley, 1990.
  • An entertaining collection of programming pearls of wisdom.
  • J. L. Bentley, Programming Pearls, 2nd edition, Addison-Wesley, 1999. ISBN: 0-201-65788-0.
  • This covers machine architecture at a much greater depth than we do in 126. But if you're looking for a classic reference, here it is. It is the main text for COS 371.
  • J. Hennessy and D. Patterson Computer Organization and Design: The Hardware / Software Interface, 2nd edition, Morgan Kauffman Publishers, Inc., 1998.