Thursday, April 2, 2009

Tackling With Endianess

Writing endian-independent code in C  
Architectures, processors, network stacks, and communication protocols all have to define endianness at some point. This article explains how endianness affects code, how to determine endianness at run time, and how to write code that can reverse byte order and free you from being bound to a certain endian.
Learn more:
Tackling Endianness