MS Jeong - Blog
[Function] setBits(unsigned x, int p, int p, unsigned y): returs x with the n bits that begin at position p set to the rightmost n bits of y, leaving the other bits unchanged. 본문
Programming/Function
[Function] setBits(unsigned x, int p, int p, unsigned y): returs x with the n bits that begin at position p set to the rightmost n bits of y, leaving the other bits unchanged.
숫눈길 2017. 8. 8. 14:32'Programming > Function' 카테고리의 다른 글
Comments