摘要: 今天看C++ Primer读到关于char的介绍时发现和我之前认识的不一样。书上原文这样:"Unlike the other integer types, there are three distinct basic character types: char, signed char and unsigned char. Inparticular, char is not the same type as signed char. Although there are three character types, there are only two representations 阅读全文