Additional/Recommended Texts (this list grows throught our journey)
- K. N. King
C Programming, A Modern Approach, 2nd edition
Norton & Company 2002
ISBN 0-393-96945-2
The text used by both U. of T. and Waterloo for their C courses.
- Graham Glass and King Ables
UNIX for Programmers and Users 3th edition
ISBN 0130465534
Chapters of the book will be used for our Unix lectures.
- W. Richard Stevens and Stephen A. Rago
Advanced Programming in the UNIX Environment 2nd edition
Addison-Wesley 2005
ISBN-10: 0321525949 | ISBN-13: 9780321525949
A look at the UNIX/LINUX/POSIX system call interface.
Another classic.
- Brian Gough
An Introduction to GCC
Network Theory Ltd. 2005
book's website
A very short guide to gcc, the C compiler we're using.
- Tons of tutorials on the web .....