Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Endian order and binary files in C++
In the binary file and data management, endianness is the sequence of bytes of a digital data inside the computer memory.
In computer memory there are two type of endian order,
Big-endian system stores the most significant byte of the data.
Small-endian systems store the least significant byte of the data.
Advertisements
