Paul Hodges wrote:
--- Jonadab the Unsightly One <[EMAIL PROTECTED]> wrote:
Consider this test in Perl:
        if "\0" {...}
Its equivalent in C is this:
        if ("") ...

That can't be right. If anything it's got the two languages flipped, but that's still not quite right either. Apples and orange leotards.


lol....
  if(!strcmp("\0Apples\0", "\0orange leotards\0"))
    printf("I see no difference here\n");

Reply via email to