CS370 Information

Instructor:
Russ Wakefield
Office: CSB Room 240
Office Hours: T/Th 1-3
Email: waker@cs.colostate.edu

GTAs:
Maoxiang Liu
Office: CSB Room 120
Office Hours: T 1-3 W 8-10
Email: lium@cs.colostate.edu
Pavithra Raghavan
Office: CSB Room 120
Office Hours: Friday 8-9, 12-1
Email: paviragh@cs.colostate.edu

Lecture: Wagar 231
T/R 9:30 - 10:45

Labs: Done on state capital machines

Examples

This page has a number of examples to be used when performing your homework and programming assignments.

C Tutorial
Example of using getopt()
Example of a Makefile
Example of using a struct
Example of using wait()
Example of using pthreads
Comparison of extending Thread vs implementing Runnable in Java



Concurrency Worksheet and Help Sheet
Concurrency Worksheet Solution


Example of Banker's Algorithm