Course Bibliography
-
Foundations of Computer Science by Aho and Ullman.
This book is recommended for the course.
We will be covering the material in Chapters 8-16;
students should already be familiar with the content
of the earlier chapters, which is a formal
treatment of the material in CSC 172.
A copy of this text is on reserve in Carlson Library.
- The C++ Programming Language, 2nd ed. by Stroustrup.
This book is the definitive reference text on the C++ programming
language, which we will use in our programming assignments.
This book is not written for the novice programmer;
it should be used only as reference manual for C++ language issues.
A copy is on reserve in Carlson Library.
- C++ Primer, 2nd ed. by Lippman.
This book is a more accessible reference for C++ than Stroustrup's book.
A copy is on reserve in Carlson Library.