Next in thread → Next in month →

Re: [xml-dev] NULL in C (was RE: [xml-dev] Why would MS want to make XML break on UNIX, Perl, Python, etc ?)

From
David Brownell <>
To
Date
2001-12-22T19:37:27Z
ID
<02b901c18b20$171d6020$>
Thread
Re: [xml-dev] NULL in C (was RE: [xml-dev] Why would MS want to make XML break on UNIX, Perl, Python, etc ?)
> >This is going off-topic a bit, but two ways to represent
> > 0C in C strings are:
> 
> Yes, there are certainly reasonable ways to do it.

Only if one is willing to give up the standardized
convention for representing strings in C ... have
a look at "strcpy", "strlen", "snprintf", and so on.

Of course, if you wanted to shift development
away from an open standard platform such as
C+POSIX, and had thought you'd already gotten
past the POSIX issue with a closed OS API ... ;)

- Dave
Next in thread → Next in month →