Discussion:
A4 - UTF8
(too old to reply)
THOM BOHK
2011-06-24 19:51:54 UTC
Permalink
Regarding the note at the end of question 1 about bit fields being
reversed on little-endian architectures.. does it imply that we are to
write an implementation of the program that works for both
architectures? If so, how does the program determine which kind of
architecture it's on?
Ashif Harji
2011-06-24 22:09:55 UTC
Permalink
Your program only has to work on the linux.student.cs environment. It
does not have support any other achitectures. On the linux.student.cs
environment, bit fields are reversed.

ashif
Post by THOM BOHK
Regarding the note at the end of question 1 about bit fields being
reversed on little-endian architectures.. does it imply that we are to
write an implementation of the program that works for both
architectures? If so, how does the program determine which kind of
architecture it's on?
Loading...