Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sameetasadullah/withdraw-deposit-problem-using-mutex

C++ code to solve withdraw deposit problem using threads and mutex lock
https://github.com/sameetasadullah/withdraw-deposit-problem-using-mutex

cpp deposit-money linux mutex-lock threads ubuntu withdraw-money

Last synced: about 1 month ago
JSON representation

C++ code to solve withdraw deposit problem using threads and mutex lock

Awesome Lists containing this project

README

        

Withdraw Deposit Problem Using Mutex

### Description
A simple `C++ Program` to solve `Withdraw Deposit Problem` using `Threads and Mutex Lock`.

### Manual
1) Use the following command to `Compile the code`:
```
g++ -pthread -o a.out main.cpp
```

2) Use following commands to `Run the Code`:
```
./a.out
```

### Working Screenshot