gb2048
Учасник з
Недавня активність в документації
Переглянути всю активністьСторінка | Дата | Коментар |
---|---|---|
Bitwise operators |
Using 0x for defining flags is wrong as it is hexadecimal. So if the reader then used 0x16 then that would be 22 decimal leading to 10110 and not the intended mask of 10000. |