Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T13:41:25.000Z (over 2 years ago)
- Last Synced: 2023-03-10T20:47:08.000Z (almost 2 years ago)
- Topics: cpp, fork, linux, sorting, ubuntu
- Language: C++
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- 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