On Dec 2, 2010, at 10:28 PM, blstuart at
bellsouth.net wrote:
#include
<stdio.h>
int main ()
{
int i;
for (i = 0; i < 14; i++)
putchar (i ["Hello, world!\n"]);
}
That's interesting as a puzzle, but I've seen the converse:
"0123456789abcdef"[i]
in the wild. I'm pretty sure it was in some of Ken's code.
I've done that a few times.
-Dave
--
Dave McGuire
Port Charlotte, FL