Re: [xml-dev] Strong versus (weak|runtime) typing
by Rich Salz other posts by this author
Feb 13 2003 12:34AM messages near this date
Re: [xml-dev] Strong versus (weak|runtime) typing
|
RE: [xml-dev] Strong versus (weak|runtime) typing
On Thu, 13 Feb 2003, Richard Tobin wrote:
> The only weak-typing constructs [in C] are pointer casts ...
You're confusing implementation and spec. :) A compiler is allowed
to do "real work" when casting between pointers types. The only
guarantee is that you can cast to (void*) and back again without
lossage.
/r$
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
Thread:
Dare Obasanjo
Richard Tobin
Rich Salz
|