You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to utexas-cs352-fall2009
Is there an error in the book on page 714? It concatenates x0D with
x14 and gets x354. I get x1B4. Would someone take a look please, and
let me know what you get, and what I am doing wrong. I do other
concatenation problems, and get them right just fine.
Kelvin
unread,
Dec 10, 2009, 2:31:44 PM12/10/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to utexas-cs352-fall2009
00 1101 = 0x0d
01 0100 = 0x14
so together they're 00 1101 01 0100 which can also be 0011 0101 0100
or 0x354