in reply to Re: Re: How do I test for a NULL string?
in thread How do I test for a NULL string?

No, because even NULL in C could mean NULL pointer, which is closer to undef than to an empty string.

Quite true, in which case the appropriate phrase would be 'NULL string pointer', or maybe 'NULL pointer to a string', but that's not how the question is stated. Now I understand the need to be sensitive to context when interpreting a question, however when I first read your post I thought you were giving a general answer suitable to a well-phrased query. If this whole debate turns on your interlocuter not knowing precise terminology, then there's really no point to this.

  • Comment on Re: Re: Re: How do I test for a NULL string?

Replies are listed 'Best First'.
Re: Re: Re: Re: How do I test for a NULL string?
by demerphq (Chancellor) on Feb 13, 2002 at 10:41 UTC
    If this whole debate turns on your interlocuter not knowing precise terminology, then there's really no point to this.

    I thought the whole point of his post was to point out that terms from one language dont always have the same, or for that matter _any_ meaning in another. So to introduce them to possibly equivelent , but different, terms that _do_ have a well defined meaning in the language the question was asked about can hardly be a bad thing.

    Yves / DeMerphq
    --
    When to use Prototypes?