Assignments

Assignment 2

This assignment consists of two parts: C programming and UNIX shell scripting.

C programming (30%) - All files to download
Note: Ignore the warning "cast to pointer from integer of different size".

Unix shell scripting (70%) - More sample outputs
Note 1: Submit only the Unix scripts; do not submit output files.
Note 2: Do NOT use any text-processing utility such as sed or awk.

Due date: December 5, 9PM

submit Command

To submit a file, use the following command:

submit 2031A asg2 filename

Note 1: Ignore the warning "cast to pointer from integer of different size".
Note 2: You can submit a file several times. A new submission will overwrite the previous version.
Note 3: Do NOT use web submit.

Assignment 1

This assignment consists of two programming problems.

Problem A - All C, input and output files

Problem B - All C and output files
Note 1: Structures and linked lists will be covered in the lecture on October 16.
Note 2: Ignore warning messages "cast to pointer from integer of different size".

Due date: October 26, 5:00PM

Rules