The objective of the project is to allocate and deallocate data structures on the heap and populate those structures.
The objective of this assignment is to get comfortable with the fork(), exec(), and wait() system calls
The objective of this assignment is to get comfortable with Inter-Process Communication (IPC) using Shared Memory and Pipes. These approaches are among two of the most dominant mechanisms for doing IPC. Familiarity with shared memory also helps in advanced concepts of process synchronization.