为什么十六进制数字前缀为0x?我理解前缀的用法,但我不明白为什么0x选择的重要性.
0x
c syntax hex
数字上的0x前缀是什么意思?
const int shared_segment_size = 0x6400;
它来自C程序.我不记得它的x含义,特别是这封信的含义.
x
c hex integer notation
c ×2
hex ×2
integer ×1
notation ×1
syntax ×1