Skip to content

SameetAsadullah/Producer-Consumer-Problem-Using-Semaphores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Producer Consumer Problem Using Semaphores

Description

A simple C++ Program to solve Producer Consumer Problem using Threads and Semaphores.

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
    

About

C++ code to solve producer consumer problem using threads and semaphores

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages