Forgot your password?
typodupeerror

Comment Re:Fuzzy Logic'ed my ass off (Score 3) 186

You weren't the only one. But I'm wondering if I was the only one to feel the need to actually code all of those functions.

// One of the smaller ones
void reconsider (int argc, char* argv[])
while(argv[0])
if(argv[argc])
argc--;

Slashdot Top Deals

You don't have to know how the computer works, just how to work the computer.

Working...