Resources
Here are some resources that are useful for this course.
Thoth Guide
Your TAs have collectively produced a nice tutorial on Thoth and increasing your university quota. These are all very useful toward completing your work without unexpected delay. Please look over this document.
Recitation Worksheets
Makefiles
makefiles.pdf | makefiles.doc |
GDB
gdb.pdf | gdb.doc |
To download the puzzle executable, while on thoth use the following command to place the executable in the current directory (and give it executable access with chmod
):
wget https://wilkie.github.io/cs449/resources/worksheets/gdb/puzzle
chmod +x puzzle
Shared Objects
shared.pdf | shared.doc |
To download the sample file, while on thoth use the following command to place the executable in the current directory (and give it executable access with chmod
):
wget https://wilkie.github.io/cs449/resources/worksheets/shared/img1.bmp
The uncompressed size is 1277466 bytes and the compressed size should be 27050 bytes.