Winter 2025, CSCI 347 - Computer Systems II
Instructor: Phil Nelson
Resources for this class:
Content Videos: (Username and password on your home canvas page)
- GDB Video, in case you
forgot how to use GDB. It may be a good idea to review it as the use case
for CSCI 347 is different from CSCI 247. In this class you should use
it to help debug your programs and SAVE time. In 247 you primarily used
it for the bomb lab.
- C Review, part 1, watch by class on January 10.
- C Review, part 2, watch by class on January 13.
Resources from in class: slides, terminal sessions, etc
- Slides and programs from lectures: (pdf files may not be as good as the
postscript files.) Programs referenced in the slides do not have links
but are on the class website. Just add the program source name to the
end of the class web site URL.
Test review:
Supplementary Materials:
A writeup on "pmake", one varient of make.
GNU Make, a popular
version of make with source code
and a nice manual.
Cygwin, a UNIX environment
for windows. It currently includes an X server also. More importantly, it
includes gcc, GNU make and cvs.
www.cplusplus.com contains lots
of information on C and C++ including library calls and example code using
the calls.
Other UNIX related links. Some of the above
links are repeated.
Last Modified: Jan 21, 2025