Go to file
2022-10-26 18:24:04 -05:00
bin Removed build files from git and added .keep to keep directories 2022-10-12 21:13:32 -05:00
build Removed build files from git and added .keep to keep directories 2022-10-12 21:13:32 -05:00
include Program is now fully functional 2022-10-15 22:47:12 -05:00
src Removed stalling in producers and added assertion that should halt failing producers as a test 2022-10-26 18:24:04 -05:00
.gitignore Added .gitignore 2022-10-12 15:45:05 -05:00
Makefile Removed commented code and added README.md 2022-10-15 22:54:10 -05:00
README.md Removed commented code and added README.md 2022-10-15 22:54:10 -05:00

#Producer-Consumer Made by: Gregory Crawford (gcrawfo@siue.edu)

#Compiling: Open root folder where Makefile is located. Type make and the program should compile to the ./bin folder

#Usage:

Important! Must be in the bin folder for this to work

./driver.out [-p] [-c]

#Arguments: [-p] -- Enter a specific number of producers [-c] -- Enter a specific number of consumers