COSC 4330 Operating System (Fall 2005)

 
Assignment3

Sample Input


Assignment2

Sample Input


Assignment1

MSDN online library for C/C++

A small example of execv(2)

To control the flow, you could simply make parent wait for termination of child by adding a line of code wait(0) into your program.

You program shall be well documented.If your code is just flow of sequence,then you should submit a report on how do you do in your program,otherwise it will win you a bad credit.


Reminder:

Grading policy: code correctness 65% efficiency 15% user interface 10% documentation 10%

You'd better start your program as early as possible.

 

Submission Guideline:

 

Program Requirement ( For all assignments):

1. You should compile and run your program on bayou (bayou.uh.edu). When I am grading your program, I am running it on bayou. Therefore, if your program cannot compile/run on bayou, I CANNOT give you a grade.

2. Please include a readme file in your submission. In your readme file, please write down the steps how I can compile and run your program on bayou. I will follow your steps to compile and run your program. So, please make sure your steps are correct. Also, include your name and email address in your readme file.

3. DON'T copy code. If you are caught cheating, there'll be serious consequences.

 

 

 

September 8, 2005