CS35: Resources

Code examples done in class

I frequently provie code examples during class. These will always be available to you in the following directory in which they are organized by the week they were presented (w01, w02, etc.)

          /home/meeden/public/cs35/
        

For example, to copy the week 2 files to your own cs35 sub-directory you would do:

          cp -r /home/meeden/public/cs35/w02 ~/cs35
        

Textbook

We will be using a free textbook for this course:

The weekly readings from this text will be linked to in the course schedule.

Debugging references

Learning how to debug code efficiently is part of this course material. Many of the lab assignments in this course will be more involved than what you have seen in CS21, and debugging will be essential. Some references for debugging tools:

Additional references

This course provides an introduction to object oriented programming as well as the C++ program language. Each could warrant their own course of study and we highly recommend you study them further. Some references of use: