F
Flash Gordon
Jack Klein wrote, On 24/05/08 03:56:
/me puts up two hands, one for each implementation
How about the 9bit machines people have mentioned in the past? Did they
have C implementations with binary streams fully supported?
A more pertinent question would be about implementations where
sizeof(int)==1, and I've not heard of any.
I just want to ask all of you a few questions:
1. How many of you have actually ever worked on an implementation
where CHAR_BIT was greater than 8? Show of hands, please.
/me puts up two hands, one for each implementation
2. How many of you have actually ever worked on a hosted
implementation where CHAR_BIT was greater than 8, that fully supported
binary streams?
No.
3. How many of you have even heard of hosted environments, with full
support for binary streams, where CHAR_BIT is greater than 8?
How about the 9bit machines people have mentioned in the past? Did they
have C implementations with binary streams fully supported?
A more pertinent question would be about implementations where
sizeof(int)==1, and I've not heard of any.