//Default constructor Client::Client() { _name=new char[7]; strcpy(_name, "NoName"); next=NULL; _kit=NULL; }