Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!csd4.milw.wisc.edu!lll-winken!indri!aplcen!haven!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.lang.c Subject: Re: Signed/Unisgned chars (Was: What's a C expert?) Message-ID: <18291@mimsy.UUCP> Date: 27 Jun 89 03:40:06 GMT References: <12214@well.UUCP> <6057@microsoft.UUCP> <2379@uwovax.uwo.ca> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 18 In article <2379@uwovax.uwo.ca> 2014_5001@uwovax.uwo.ca (Alex Pruss, according to his signature quote) writes: >Howvwer in real C (ANSI C) chars are guaranteed signed. Bzzzt! First, in the pANS, `char' is neither guaranteed signed nor guaranteed unsigned. To get one or the other, you must specify which you want; otherwise you get whatever the compiler prefers. Second, `ANSI C' cannot possibly be `real C', since there is no ANSI C standard (yet). Either that, or the language people have been using for years is somehow not `real'. (Personally, I prefer the terms `Classic C' and `New C', a la the change to Coca-Cola.) -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163) Domain: chris@mimsy.umd.edu Path: uunet!mimsy!chris