Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When transferring data between systems of different endianness, the programmer must take care to reverse the byte ordering before they interpret the data. 

...

Noncompliant Code Example

In this non-compliant code example, the programmer tries to read an integer off a previously connected network socket: (assume 32 bit little endian system)

...