Exemplo n.º 1
0
// constructors + destructors
cCustomers::cCustomers()
{
	//	m_Parent=0;
	m_NumCustomers = 0;
	ChangeCustomerBase();
	//	m_Last=0;
}
cCustomers::cCustomers()
{
    ChangeCustomerBase();
}