Extracting specific bytes from an uint32

后端 未结 0 1396
忘掉有多难
忘掉有多难 2020-12-16 21:05

I\'m playing with bit operation (just in theory for now without compiling). I have the following:

uint32 myInteger = 0x22334455u;
uint32 MyNewInteger = (myInt         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题