Quick Links
|
- General:
Course Information/Syllabus
- Textbook Readings:
| Lecture Topic
| Chapters in Book |
|   |
A Book in C  |
| Blocks and Storage Classes |
Chapter 5  |
| Stream Input/Output |
Chapter 11 |
| C Preprocessor |
Chapter 8 |
| Bitwise Operators, Masks, Packing/Unpacking |
Chapter 7 |
| Structures and Unions |
Chapter 9 |
Executing Commands, Using Pipes, Environment Variables, Libraries Use of make and touch, and Revision Control System (RCS) |
Chapter 11 |
Fundamentals of CGI Programming Using C Programming Language (not required on the exams) |
  |
|   |
C How to Program  |
| C++ "as a better C" |
Chapter 15  |
| C++ Classes and Data Abstraction |
Chapter 16  |
| C++ Classes and Data Abstraction - Part II |
Chapter 17  |
| C++ Operator Overloading |
Chapter 18  |
| C++ Inheritance |
Chapter 19  |
| C++ Virtual Functions and Polymorphism |
Chapter 20  |
| C++ Stream Input/Output |
Chapter 21  |
| C++ Templates |
Chapter 22  |
| C++ Exception Handling |
Chapter 23  |
|