>Big-endian
>Little-endian
>Network order
>Host order
>VAX order
Stop it... STOP IT
>big endian 0xaabbccdd
aa,bb,cc,dd
>little endian 0xaabbccdd
dd,cc,bb,aa
>network order
same shit as big endian
>host order
whatever (you)r marchine is using
>vax order
no idea what that garbage is
>>105987458 (OP)with Bit_Order => High_Order_First;
What about bit order? How is that shit supposed to work?
i usually mail order, it's less hassle
>>105990100Gotta divorce them once they turn 30. Its still a hastle. But Cat girl nihon robot waifu will never age and will love you forever.
Every time I have to deal with this I have to re-learn it. Every time.
>>105987458 (OP)Sounds like someone is going to write an distributed Systems exam on Wednesday lmao.
>>105987458 (OP)#define __ORDER_BIG_ENDIAN__ 4321
#define __ORDER_LITTLE_ENDIAN__ 1234
#define __ORDER_PDP_ENDIAN__ 3412
I don't even really get the point