Tagged Questions
6
votes
3answers
3k views
Convert big endian to little endian when reading from a binary file
Hi I'm been looking around how to convert big endian to little endians. But I didn't find any good that could solve my problem. It seem to be there's many way you can do this conversion. Anyway this ...
0
votes
2answers
1k views
How are ASCII characters stored in memory?
Consider a computer that has a byte addressable memory organized in 32 bit words according to the big endian scheme. A program reads ASCII characters entered at a keyboard and stores them in ...