Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sameetasadullah/withdraw-deposit-problem-using-mutex
- Owner: SameetAsadullah
- Created: 2022-08-08T01:46:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T02:00:29.000Z (over 2 years ago)
- Last Synced: 2023-03-10T20:47:08.348Z (almost 2 years ago)
- Topics: cpp, deposit-money, linux, mutex-lock, threads, ubuntu, withdraw-money
- Language: C++
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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