/Parent_to_Child-Process_Communication

A bonus activity for an Operating Systems Analysis and Design course. The goal was to create two processes, a parent and a child, and send over an array of integers one by one from the parent to the child through a pipe.

Primary LanguageC

Parent_to_Child-Process_Communication

A bonus activity for an Operating Systems Analysis and Design course. The goal was to create two processes, a parent and a child, and send over an array of integers one by one from the parent to the child through a pipe. The activity requirements provided by the professor are linked here.

Output

web_preview

To-Do

  • Clean up code, and improve it.

Sheridan Academic Integrity Policy

If you are someone who intends to use this repo for the purpose of an academic assignment, I ask that you use this code as reference. Please abide by the academic integrity policy as linked here.