Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Operating Systems Assignment 3

Write a C++ program that creates an array of 20 elements.

Fill the array elements by using the random number generator.

Parent process will find the min number in the 1st part of array. A created child process will find the min number in the 2ns part of array.

You must use the pipe to pass the minimum of the child to the parent process. ~

Display: minimum numbers found in each process, processor ids, finally the minimum # of the array

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages