codice:
coda::coda(const coda& c){

	this->first = c.first;
	this->last = c.last;
}