Producer Consumer Problem Using Semaphores Description A simple C++ Program to solve Producer Consumer Problem using Threads and Semaphores. Manual Use the following command to Compile the code: g++ -pthread -o a.out main.cpp Use following commands to Run the Code: ./a.out