On Wed, Oct 12, 2011 at 08:05:39PM -0700, Ian King
wrote:
Jobs died - that was a shame. With Ritchie's
passing, I'm truly saddened to my core. -- Ian
Aye! Rest in peace DMR.
I took the time to find my favourite snippet of C-code. I think someone
on this list introduced me to it. Put this in main() and compile:
for(int i=0;i<14;i++)
putchar(i["hello world\n"]);
Not very complex, but figuring out how it works i fun :-)
Do you have a favourite c construct? Do share! (even ioccc entries
allowed)
I have two actually. One is, indeed, an IOCCC entry. It's
1984/Mullender. Extremely creative.
The second is Duff's Device.
Peace... Sridhar