You can not view this image.

Parent: post #3876606 (learn more) show »

This post was deleted or flagged for the following reasons:

Blacklisted

    lamenafu said:
    FUCK! (In all honesty how would it segfault?)

    Frankly, it won't even compile since that's some clear OOP syntax C does not possess.

    If it's some other language, then yeah, clearly a segfault, since there always must be some reason for the program to not work on the first try, law of nature.

  • |
  • 1
  • I don't know how to program in C++, so I'll do it in Java.
    switch (affection)
    {
    case 1: system.out.println("She kills me"); break;
    case 2: system.out.println("she talks to me"); break;
    case 3: system.out.println("She hugs me"); break;
    case 4: system.out.println("She kiss me"); break;
    }
    PS: sorry if I made syntax errors

    Updated

  • |
  • 0