cent and ucent?

Walter Bright newshound2 at digitalmars.com
Sun Jan 29 21:24:48 PST 2012


On 1/29/2012 8:21 PM, H. S. Teoh wrote:
> On Sun, Jan 29, 2012 at 07:47:26PM -0800, Walter Bright wrote:
>> I've had people tell me this was an advantage because there are some
>> chips where chars, shorts, ints, and wchars are all 32 bits. Isn't it
>> awesome that the C standard supports that?
> Is there an actual, real, working C compiler that has char sized as
> anything but 8 bits?? This one thing alone would kill, oh, 99% of all C
> code?

Yes. Those chips exist, and there are Standard C compilers for them. But every 
bit of C code compiled for them has to be custom rewritten for it.


More information about the Digitalmars-d mailing list