Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sameetasadullah/inter-process-communication-using-unnamed-pipes
- Owner: SameetAsadullah
- Created: 2022-08-08T00:47:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T01:44:15.000Z (over 2 years ago)
- Last Synced: 2023-03-10T20:47:06.254Z (almost 2 years ago)
- Topics: cpp, fork, inter-process-communication, linux, ubuntu, unnamed-pipe
- Language: C++
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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