Re: Thou shalt have no other gods before the ANSI C standard
From: Roger Schlafly (rogersc1_at_mindspring.com)
Date: 02/08/05
- Next message: tomstdenis_at_gmail.com: "Re: Public Key, Symbolic Calculation"
- Previous message: Kiuhnm: "Re: Public Key, Symbolic Calculation"
- In reply to: CBFalconer: "Re: Thou shalt have no other gods before the ANSI C standard"
- Next in thread: Patrick Scheible: "Re: Thou shalt have no other gods before the ANSI C standard"
- Reply: Patrick Scheible: "Re: Thou shalt have no other gods before the ANSI C standard"
- Reply: Hank Oredson: "Re: Thou shalt have no other gods before the ANSI C standard"
- Reply: Peter Flass: "Re: Thou shalt have no other gods before the ANSI C standard"
- Reply: Bill Leary: "Re: Thou shalt have no other gods before the ANSI C standard"
- Reply: Douglas A. Gwyn: "Re: Thou shalt have no other gods before the ANSI C standard"
- Reply: Brian Inglis: "Re: Thou shalt have no other gods before the ANSI C standard"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 8 Feb 2005 08:14:05 -0800
"CBFalconer" <cbfalconer@yahoo.com> wrote:
> The majority of machines do fit the 8 bit byte power of 2 sized
> integer description. But not all.
Yes, all machines that were designed at a time that anyone here
can remember. You'd have to visit a museum to find a computer
that does not match that description.
> At the same time there is no
> need whatsoever to impose those restrictions on most code. So the
> advice to make such assumptions is inherently bad, and causes more
> non-portable trouble making code to be created.
No, it is not bad. Chances are that you'll just introduce bugs trying
to make your code portable, and you will never port to one of those
museum computers anyway.
- Next message: tomstdenis_at_gmail.com: "Re: Public Key, Symbolic Calculation"
- Previous message: Kiuhnm: "Re: Public Key, Symbolic Calculation"
- In reply to: CBFalconer: "Re: Thou shalt have no other gods before the ANSI C standard"
- Next in thread: Patrick Scheible: "Re: Thou shalt have no other gods before the ANSI C standard"
- Reply: Patrick Scheible: "Re: Thou shalt have no other gods before the ANSI C standard"
- Reply: Hank Oredson: "Re: Thou shalt have no other gods before the ANSI C standard"
- Reply: Peter Flass: "Re: Thou shalt have no other gods before the ANSI C standard"
- Reply: Bill Leary: "Re: Thou shalt have no other gods before the ANSI C standard"
- Reply: Douglas A. Gwyn: "Re: Thou shalt have no other gods before the ANSI C standard"
- Reply: Brian Inglis: "Re: Thou shalt have no other gods before the ANSI C standard"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|