[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
RE: BIG ENDIAN and LITTLE ENDIAN
Hi Senthil,
I think not b'cos these problems AFAIK are only for int's where the
sequence in which the bytes are stored is processor-dependant. For a
single byte, the storage system is the same (stream of 8 bits).
Someone please correct me if I'm wrong...
HTH,
Narain.
On Sun, 15 Dec 2002, senthil devan wrote:
Hi
but for a single byte data we normally read it directly from buffer. If any
compatibility problems then it must be there even while operating in single
bytes.