Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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