Little Endian - Big Endian Problem

后端 未结 7 587
你的背包
你的背包 2021-01-13 14:15

Little Endian vs Big Endian

Big Endian = 0x31014950
Little Endian = 0x50490131

However Using this Method

inline unsigned int endian         


        
7条回答
  •  温柔的废话
    2021-01-13 14:47

    • Are you printing the result correctly?
    • Does the fact that you're passing in a reference instead of a value make a difference?

提交回复
热议问题