cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
first byte
first byte
Apr 8, 2012 at 2:22am UTC
htown
(26)
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;
Apr 8, 2012 at 2:41am UTC
firedraco
(6247)
Use bitwise operators:
http://www.cplusplus.com/doc/tutorial/operators/
Near the bottom.
Topic archived. No new replies allowed.