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. :-)"

6 of 144 comments (clear)

  1. 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
  2. Is It Open to the Pros? by Lunastorm · · Score: 0, Offtopic

    I wonder if Bill Gates will enter.

    --
    You die too easily.
  3. 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
  4. 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
  5. pffft C is too easy to obfuscate by kuiken · · Score: 0, Offtopic

    now obfuscated cobol that would be a chalenge

    --

    42
  6. 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.