ALL > Computer and Education > courses > university courses > undergraduate courses > Operating System > CLASS (2016-2017-1)-62903-06102-1 > 2014329620077_陆梦丽 > 6.11 >
Exercise6_11 Version 0
👤 Author: by 2014329620077ll 2016-11-29 13:52:49
class CBarberShop
{
private:

int m_NoWaitingChairs,m_NoCustomers;
const int MAX_CHAIRS;
bool m_BarberStatus,IsRandEven;

public:

CBarberShop():MAX_CHAIRS(5)
{
m_NoWaitingChairs=5;
m_NoCustomers=0;
m_BarberStatus=false;
}

bool Barber_Status() //true=busy; false=free;
{
}
void Wakeup()
{
}

void Check_F

Please login to reply. Login

Reversion History

Loading...
No reversions found.