Skip to content

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

Notifications You must be signed in to change notification settings

SameetAsadullah/Withdraw-Deposit-Problem-Using-Mutex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages