Archive for January 14th, 2009

Guerra de Chistes!!

Wednesday, January 14th, 2009

Como matarian a un elefante amarrillo???….

No saben???…..Bueno…yo les digo

void Elephant::Kill() {
	YellowElephantsExterminatorGun gun;
	if(color == YELLOW) {
		gun.shoot(this);
	} else if(color == GREEN) {
		paint(YELLOW);
		gun.shoot(this);
	}
	this->~Elephant();
}