Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 562 Bytes

File metadata and controls

20 lines (16 loc) · 562 Bytes

Inter Process Communication Using Unnamed Pipes

Description

A simple C++ Program to simulate Inter-Process Communication using Unnamed Pipes.

Manual

  1. Use the following command to Compile the Code:

    g++ main.cpp
    
  2. Use the following command to Run the Code:

    ./a.out
    

Working Screenshot