first byte

Hey, I need to get the 1B in hex to a variable by itself. How would I do that? Just the first byte of info.


memory[2027] = 0x1B111B44;
Use bitwise operators:
http://www.cplusplus.com/doc/tutorial/operators/

Near the bottom.
Topic archived. No new replies allowed.