You're at Mabishu, a website about discovering quality on code, searching emerging technologies, and leading a simpler, more mindful coder life. This site was established in 2005 by Fran Diéguez, a blogger, software developer, and open source geek. Subscribe to the RSS feed for updates.

Un Chiste

Written on August 6th, 2007
.

¿ Cómo matarías a un elefante amarillo ?

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

Might be interested on:

Leave a Response