我可以理解signed char
和unsigned
之間的區別。但是不要在操作中使用相應類型的指針? Cos sizeof(char)
和sizeof(unsigned char)
始終是相同的(或者是否有任何計數器示例?)簽名字符指針和未簽名字符指針之間的工作區別是什麼?
對於指針,只有數據類型的大小應該很重要。如果我交替使用char *
和unsigned char *
,是否有任何缺陷?
我din't找到這些職位有用:(
Difference between unsigned char and char pointers
Why short* instead of char* for string? Difference between char* and unsigned char*?
可能是,這可以幫助。 http://stackoverflow.com/questions/75191/what-is-an-unsigned-char – 2012-03-22 16:11:13