SameetAsadullah / Withdraw-Deposit-Problem-Using-Mutex

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 100.0%