Posts labeled "c"

Obfuscation As A Learning Tool

So a few years ago I caught a glance of the IOCCC(The International Obfuscated C Code Contest) which inspired me to write this bit of C. All it does is output "HELLO WORLD" but it got me thinking; could obfuscation be used as a learning tool? Or even as a skill metric? I realized that even … more »

You're Doing It Wrong!

As the title says, I'm doing it wrong. This is in reference to the complete and utter kludge-work I'm committing on my MUD codebase Arena2 that I linked on the homepage a while back. So to get to my point, or lack thereof I'm in the middle of converting the SocketMUD codebase from C to C++. … more »