C++ Language/Type/BitwiseRepresentation/OrderingOfBytes

From Wikibooks, open books for an open world
Jump to navigation Jump to search

All CPUs are either "little-endian" (the least-significant bytes occur first in the internal representation of an integer) or "big-endian" (the opposite order).

Additional information about the ordering of bytes