I read from a file with memory addresses in the form 7fefe05a8
,7fefe0590
etc
I would like to store them in an pointer/integer/long etc variable and do some operations on them e.g bit masking.
// store "7fefe05a8" from file into pointer variable
lastFourBits = pointer & 0x00000000f;