#Silly 'C' Phenomenon
7 messages in this thread
Does anyone know where I can find some of those silly C programs like
The most Crypitc C Program
The Smallest Self-Replicating C Program
The Palendrome(sp?) C Program
Just looking
GreggT
\|//
_OO // Echidna
Gregg,
They're usualy posted on UseNet after the yearly contest…I may still
have a copy of the program winners from last year, if so…I'll try to post
them for you.
Don
Thanks,
I've been looking all over for them.
GreggT
\|//
_OO // Echidna
Don, Do you know where I can get a C program that outputs itself? (take the
question loosely, please. The details don't really matter.)
Alan,
I believe Larry posted one.
Don
Well, I don't know if it's the smallest, and it prints itself rather than
replicating itself as an executable..
char*p="char*p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
-larry
Ask and you shall recieve. Grin, thanks.