¿Como matar 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();
}

  1. #1 por contra - Enero 23rd, 2008 a las 07:31

    xD lo agregare a la consola haber si lo corre ok no xD

  2. #2 por alejandro isais - Febrero 11th, 2008 a las 02:04

    muerte al elefante del color que sea hahahaha gracioso

  3. #3 por Genel - Febrero 11th, 2008 a las 05:27

    } else if(color == GREEN) {
    paint(YELLOW);

    XDDDDDDDDD

  4. #4 por Penguino - Marzo 5th, 2008 a las 23:14

    } else if(color == GREEN) {
    paint(YELLOW);

    Si el elefante es verde, pintalo de amarillo y matalo x’DDDDDDDDDDDD

    Me partí de la risa!!!

  5. #5 por Oskr! - Abril 5th, 2008 a las 18:33

    Jajaja!! me cage de la risa un buen rato… aunque.. mejor lo dejamos asi no?:

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

  6. #6 por paquito - Mayo 8th, 2008 a las 15:41

    Soy yo el unico que piensa que es una gilipollez?

(No será publicado)