Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sameetasadullah/inter-process-communication-using-unnamed-pipes

A simple C++ program to simulate inter-process communication using unnamed pipes
https://github.com/sameetasadullah/inter-process-communication-using-unnamed-pipes

cpp fork inter-process-communication linux ubuntu unnamed-pipe

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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