CS430 Lab 3: Signals and System

Due Friday, September 27

Create a program which will try to survive being killed by the user using ctrl+c. In class, we made one that simply prints out a message when the user sends sigint. Improve this by opening a webpage to distract the user. Pick any webpage you think is interesting, and open it when sigint is caught. You can use fork/exec, but the library function "system" (manual section 3) will do a lot of the work for you.

Turning in the lab

Upload the lab on the class website.