M
Mike Wahler
Peter Nilsson said:...argc = 6; and argv[] = { "myprog", "i", "am", "a", "c", "freak" };
Not necessarily. The first element could be "\0";
True, but I think it's more likely to be "" than "\0", although I can't
really justify the statement in any objective fashion. <g>
Sloppy presentation on my part. I did mean an 'empty string',
but was trying to be clearer by inserting the '\0' character.
Not the first time one of my attempts at clarity resulted
in the opposite.
-Mike