blah blah blah is here! blah blah » Close

0
votes
2 answers

How to reverse a String

Hi I have read a binary file at a certain offset and stored it in a string. What I want to know is how to change it from little endian to big endian... So I have stored D159FBFF but want it to be changed to FFFB59D1 ... How would I go ab ...

Feedback