CMPS-3600 Operating Systems
Lab-12
Do your work in your Odin 3600/c folder. Get the starting program like this... Log on to Odin server. $ cd 3600 $ ./lab-start.sh $ cd c $ cp ../9/vrlab9.c vrlab12.c or $ cp ../9/readers.c vrlab12.c What to do... 1. When you start your program, there will be no cars. 2. Each press of 'A' key will add one car. 3. Each press of 'D' key will delete one car. Your program should still accurately count collisions and intersection passes for each car that is showing.![]()
Files to be collected... vrlab12.c