Skip to content

第五章 数组与字符串

程序总是需要处理成批的数据和文本。从 C 风格数组到现代 C++ 提供的高度安全的 std::string 和 std::vector。