Homepage for
CSC 373 Sections 901, 910 Spring 2008
Computer Systems I
Section 901 (class #33657): Thur 5:45-9, Loop Campus.
First class is Thursday, April 3.
Section 910 (class #33658):
Online Learning.
First lecture should be available on
Course Online
by Friday, April 4.
- Late assignments
All late assignments must be submitted by Friday, June 13. I cannot
accept anything beyond this date.
- Syllabus
- Instructor information
(including office hours)
- Tentative schedule
- Important dates
- Lecture notes and example programs
Lecture notes will be posted weekly.
Students may find it helpful to bring a hard copy of the notes
to class.
- Homework assignments
Assignments will be posted on CTI's
Course OnLine
(COL) system. Please turn in all programs through
COL.
- Homework assignment 4 is now available on Course OnLine. It is due on Thursday, June 5.
- Homework assignment 4 is now available on Course OnLine. It is due on Thursday, May 22.
- Homework assignment 3 is now available on Course OnLine. It is due on Thursday, May 1.
- Homework assignment 2 is now available on Course OnLine. It is due on Thursday, April 24 (note change
in due date).
- Homework assignment 1 is now available on Course OnLine. It is due on Sunday, April 13
(note change in due date).
- Computing environment
-
Linux at CTI
This course will mainly use C on a Linux platform. This page
explains your options, either in the CTI labs or remotely using
ssh (Secure Shell).
Note: you do not need a hawk account for this
course.
- SSH -- Secure Shell client needed to remotely access
CTI Linux boxes
-
Bloodshed Dev-C++ is a Windows-based C++ development environment that
comes with
gcc, the Gnu C compiler (same one that is
on Linux). For several of the
assignments and exercises given in this course, you may be able to use
the DOS-based gcc instead of Linux. (Look in the \bin directory
of the Bloodshed installation to find gcc and related
executables).
- Other links