Simon S. Lam

CS 356 Programming Assignments

If you have any programming questions, please contact the TA who will keep the CS356 servers up and running, and grade your programs. Also see the TA web page for helpful information and turnin instructions.
 

If you program in C, here is a good reference:

If you program in Python, a tutorial is available at http://docs.python.org/tutorial/

A guide for beginners to learn Python can be found at

http://www.ibiblio.org/swaroopch/byteofpython/read/

However the above guide does not cover socket programming.  The following is a good supplement:

http://www.ibm.com/developerworks/linux/tutorials/l-pysocks/


Program Assignment Lab 0 (due October 5, 2012, Friday, 11:59 p.m.)

download pdf file

Turnin instructions, skeleton C code, other useful files, and help on TA web page.

 

Program Assignment Lab 1 (due November 2, 2012, Friday, 11:59 p.m.)

11/2/2012  Your Lab 1 program is due tonight at 11:59 p.m.  I have authorized the TA to accept late submissions until tomorrow (11/3/2012 Saturday) by 9 p.m.  If your submission is late, the credit you earn for this assignment will be reduced by 20%.  (Any submission time after 11:59 p.m. tonight is considered late.)

download pdf file

Turnin instructions, skeleton C code, other useful files, and help on TA web page.