Realistic Landscape Creation Tool |
What is Wing? | How do I use Wing? | Download | Join Wing | Help | Suggestions |
Your Position: Join Wing -> How to: Write source code for wing -> Coding Standard -> Endianness Endianness1. Introduction
[quote]
Here is a very simple list of endianness on different platforms. For more information please read wikipedia.
Network Protocol: Big-Endian
x86: Little-Endian 2. Endianness in WingAll binary files in wing are stored in Big-Endian format. 3. Float point endianness |
If you have any questions, please send a mail to renqilin at users.sourceforge.net |