C++ string

string  C-style strings have a special feature: 每个字符串的最后一个字符是空字符. This character, written \0, is the character with ASCII code 0, and it serves to mark the string's end. For example, consider the foll
相关文章
相关标签/搜索