Hi. I have some data that I need to store in a file, and (for simplicity's sake) I was considering using bitwise operators to pack it all into a single hex or dec number. I've never user bitwise operators, as they really confuse me. If anyone has any pointers and links to pages with good explanations, or knows of a better way to store multiple ints in a way that is easily retrievable, please let me know.
Thanks!!!
Also. I wanted it to be stored as so:
0xXXXXXXXX I know that's probably to big to store as an int, but each pair (XX) need to store data for an int (Yes, the int's size would be less than 256). but now I think im rambling because I have no idea how this kind of thing works! hahaha