Slashdot Mirror


IOCCC Accepting New, 'Improved' Entries

Rudolf writes: "The 16th International Obfuscated C Code Contest is open from now until 01 Dec 2001 23:59:59 UTC. Details are at the IOCCC web site. From the front page, the contest goals are: -- To write the most Obscure/Obfuscated C program (within contest rules -- To show the importance of programming style, in an ironic way. -- To stress C compilers with unusual code. -- To illustrate some of the subtleties of the C language. -- To provide a safe forum for poor C code. :-)"

18 of 144 comments (clear)

  1. fp by bobbyLog · · Score: -1, Offtopic

    fpppppp

  2. We have a winner by Anonymous Coward · · Score: -1, Offtopic

    This guy has definately written the most obfuscated code I have ever seen.

    1. Re:We have a winner by Anonymous Coward · · Score: -1, Offtopic

      Sorry, wrong link. Go to http://www.tacoinspector.com

    2. Re:We have a winner by Anonymous Coward · · Score: -1, Offtopic

      Go back to the Something Awful Forums, kjeldor.

  3. An entry by ackthpt · · Score: 0, Offtopic
    The could enter slashcode!


    Oh, wait, that's perl, isn't it?

    --

    A feeling of having made the same mistake before: Deja Foobar
  4. Is It Open to the Pros? by Lunastorm · · Score: 0, Offtopic

    I wonder if Bill Gates will enter.

    --
    You die too easily.
  5. Re:Kill Arabs. Kill Muslims. Kill Islam. Kill. Kil by Anonymous Coward · · Score: -1, Offtopic

    Thank you for letting me know. I wouldn't have noticed.

  6. Re:my fovorite by Xiver · · Score: 0, Offtopic

    int x[100];

    for(int iApple = 0; iApple = 0; --iApple){
    cout (int)(99 - iGrape[x]) endl;
    }

    --
    10: PRINT "Everything old is new again."
    20: GOTO 10
  7. What are you talking about? by Anonymous Coward · · Score: -1, Offtopic

    What are you talking about?

  8. Re:my fovorite by Xiver · · Score: 0, Offtopic

    int x[100];

    for(int iApple = 0; iApple < 100; ++iApple){
    iApple[x] = iApple;
    }

    for(int iGrape = 99; iGrape >= 0; --iGrape){
    cout << (int)(99 - iGrape[x]) << endl;
    }

    --
    10: PRINT "Everything old is new again."
    20: GOTO 10
  9. Re:Irony by Xiver · · Score: -1, Offtopic

    Your professor is an idiot.

    --
    10: PRINT "Everything old is new again."
    20: GOTO 10
  10. It's "hare brained" not "hair brained". by Anonymous Coward · · Score: -1, Offtopic

    Sorry to be so picky, but if someone doesn't point this out you will never learn the correct form: hare brained

  11. pffft C is too easy to obfuscate by kuiken · · Score: 0, Offtopic

    now obfuscated cobol that would be a chalenge

    --

    42
  12. Re:my fovorite by Anonymous Coward · · Score: -1, Offtopic

    How do people get paid for such crap? That is some really bad code.

  13. It's "hare brained" not "hair brained". by Anonymous Coward · · Score: -1, Offtopic

    Sorryto b so picky, but if someone doesn't point this out you will never learn the correct form: hare brained

  14. hare-braned by Anonymous Coward · · Score: -1, Offtopic

    hare-braned not hare braned not hair braned.
    Thanks anyway,

    Oh, and the O key is so close to the A key hence the fat fingured "fovorite".

  15. hare-brained by Anonymous Coward · · Score: -1, Offtopic

    hare-brained, not hare-braned, not hare braned, not hair brained.....

  16. Re:my fovorite by Amazing+Quantum+Man · · Score: 1, Offtopic
    That's nothing... I once saw the following kn actual production code:


    /* look for the first non-blank */
    char *p;
    p = some_string;
    while (strncmp(p," ",1) == 0)
    p++;

    --
    Fascism starts when the efficiency of the government becomes more important than the rights of the people.