https://github.com/sameetasadullah/sort-arrays-using-fork
A simple C++ program to sort two arrays in two different child processes using fork system call
https://github.com/sameetasadullah/sort-arrays-using-fork
cpp fork linux sorting ubuntu
Last synced: 4 months ago
JSON representation
A simple C++ program to sort two arrays in two different child processes using fork system call
- Host: GitHub
- URL: https://github.com/sameetasadullah/sort-arrays-using-fork
- Owner: SameetAsadullah
- Created: 2022-08-08T13:22:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T13:41:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T17:51:03.157Z (6 months ago)
- Topics: cpp, fork, linux, sorting, ubuntu
- Language: C++
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sort Two Arrays Using Fork
### Description
A simple `C++ Program` to sort two arrays in `Two Different Child Processes` using `Fork System Call`. Parent processes takes input of the arrays.### 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
![]()