Afficher un message
Vieux 30/10/2007, 21h48   #10
Charlie Gordon
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: About little big endian in C

"RoS" <Ros@not.exist> a écrit dans le message de news:
vomei3h03qr3v4purfnu6fa2fi265u341o@4ax.com...
>
> the numbers for a computer are all little endian
>
> if i have to do in decimal
>
> 0 0 9+
> 0 0 1
> ---------
> 0 0 0 1
>
> you see the number grow in the right direction of memory
> (if you see a potiner to 0 0 0 1 memory)
>
> otherwise if the memory limit is found i know it


Little endian is definitely a more effective approach for computing variable
size bignums and bit arrays, etc. But it is less straight forward when it
comes to comparing these bignums ;-)

--
Chqrlie


  Réponse avec citation
 
Page generated in 0,05078 seconds with 9 queries