Skip to content

A simple C++ program to simulate inter-process communication using unnamed pipes

Notifications You must be signed in to change notification settings

SameetAsadullah/Inter-Process-Communication-Using-Unnamed-Pipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A simple C++ program to simulate inter-process communication using unnamed pipes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages