View Single Post

   
  #6 (permalink)  
Old 01-04-2008, 07:50 PM
Erik Max Francis
 
Posts: n/a
Default Re: char signed or unsinged ? (was Netscape 7 issues)

"Dr. David Kirkby" wrote:

> I've just confirmed that AIX and IRIX declare it unsigned, whereas
> Solaris, Linux, AIX, HP-UX, Tru64, NetBSD, OpenBSD all declare it
> signed.


The point is, the standard declares it implementation defined. Thus if
you ever need it to be either signed or unsigned, using an andorned char
is a programming error.

--
Erik Max Francis && max@alcyone.com && http://www.alcyone.com/max/
__ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
/ \ Nine worlds I remember.
\__/ Icelandic Edda of Snorri Sturluson
Reply With Quote