gb2048
Mitglied seit
Neueste Aktivitäten bei der Dokumentation
Gesamte Aktivität ansehenSeite | Datum | Kommentar |
---|---|---|
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. |