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
We will be using a free textbook for this course:
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:
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: