C++ 中常见的两种字符串表示形式是什么?
以 null 结尾的字符数组和 std::string 对象。
std::string
只有文件流和字节码对象。
整数数组和浮点对象。
只有 std::string;C 风格字符串不能在 C++ 中使用。