Does ~0 mean its flipping 000000000 to 1111111111?
printf("Check: %i", ~0);
The printf results to -1, which is why I am confused.
Does -1 essentially mean the same thing as 11111111111111111 bits?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…