Winners of the 18th IOCCC
achowe writes "The winners of the 18th International Obfuscated C Code Contest have been announced. This years winners include a 'Commodore PET emulator', 'Sound generation with SDL audio', and a 'Text WWW Browser'."
← Back to Stories (view on slashdot.org)
What's with that?
Seriously though, why post the results of a competition regarding obfuscated source code if we are unable to view the entries ourselves? Seem the announcement was a bit of a let down if all we get to see is a couple of output files from some of the entries.
Sigh... I miss the old days when awards announcements didn't have a trailer.
"Rocky Rococo, at your cervix!"
My favorite from years past is this one by smr which claims to be the smallest self replicating program.
I Am My Own Worst Enemy
Wouldn't the ultimate obfuscation be to write an obfuscation compiler that retranslates the C code into obfuscated code, and then run that compiler against its own source code? Repeat several hundred times. I couldn't imagine the resulting code to ever be understandable.