Skip to content

A C++ code that simply demonstrates the consumer/producer problem implemented with semaphores made for my Operative Systems class.

Notifications You must be signed in to change notification settings

AlexString/ProducerConsumer_problem_with_semaphores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to compile

If you are on Linux you can do:

g++ main.cpp -o demo
./demo

About

A C++ code that simply demonstrates the consumer/producer problem implemented with semaphores made for my Operative Systems class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages