To compile in Linux g++ main.cpp -pthread -o demo ./demo Special thanks to Cppsecrets.com because they made the code that it helped me to make this one. You can view their code here: C++ DINING PHILOSOPHERS PROBLEM.