I have been given a programming assignment which has a file in Unix "Big Endian" format, as I have an Intel Mac, I'm assuming that I'll need to convert the file to Little Endian format to read it in?
If I compile the code for PPC only and then use Rosetta will it read files in as Big Endian, thus saving me the trouble of making a converter. (I'll be finally running it on a Sun UNIX system from 2000).
If I compile the code for PPC only and then use Rosetta will it read files in as Big Endian, thus saving me the trouble of making a converter. (I'll be finally running it on a Sun UNIX system from 2000).