How to test your code on a machine with big-endian architecture?
Posted
by eSKay
on Stack Overflow
See other posts from Stack Overflow
or by eSKay
Published on 2010-05-15T05:53:31Z
Indexed on
2010/05/16
4:50 UTC
Read the original article
Hit count: 242
Both ideone.com and codepad.org have Little endian architechtures.
I want to test my code on some machine with big-endian architechture (for example - Solaris - which I don't have). Is there some way that you know about?
© Stack Overflow or respective owner