Say, I have a integer like 10101
, I would like to unset the third bit to get 10001
; if I have 10001
, I will still get 10001
; how can I achieve it?
unset(int i, int j)
int i= 10101 or 10000
int j = 00100
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…