home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!world!ksr!jfw
- From: jfw@ksr.com (John F. Woods)
- Newsgroups: comp.lang.c
- Subject: Re: Most difficult part of learning C?
- Message-ID: <15232@ksr.com>
- Date: 27 Aug 92 13:27:27 EDT
- References: <1992Aug25.180919.10370@samba.oit.unc.edu> <behrenss.714775792@hphalle6> <chuckb.714781695@milton> <17g9mlINNsu1@early-bird.think.com> <1992Aug27.005328.3075@kong.gsfc.nasa.gov>
- Sender: news@ksr.com
- Lines: 10
-
- arensb@kong.gsfc.nasa.gov (Andrew Arensburger - RMS) writes:
- > Now, if the ANSI committee had defined a type 'byte' to be of
- >the smallest size that can be represented on the host architecture,
- >it would have made sense.
-
- You'd have confused a lot of people who discovered that sizeof(char) was now
- fractional.
-
- (A word-oriented architecture can still have special byte pointers, or the
- compiler can even invent them itself if it must).
-