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: 11 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T02:00:29.000Z (almost 3 years ago)
- Last Synced: 2025-06-27T22:04:17.272Z (11 days ago)
- Topics: cpp, deposit-money, linux, mutex-lock, threads, ubuntu, withdraw-money
- Language: C++
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- 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
![]()