Skip to content

C++ code to solve ticket selling problem using threads and mutex lock

Notifications You must be signed in to change notification settings

SameetAsadullah/Ticket-Selling-Problem-Using-Mutex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Ticket Selling Problem Using Mutex

Description

A simple C++ Program to solve Ticket Selling 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 ticket selling problem using threads and mutex lock

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages