目录深入探索 C++ STL 中的 std::string一、std::string 的基本概念二、std::string 的构造与初始化三、std::string 的常用操作四.string类对象的访问及遍历操作std::string的容量相关概念reserve:预留内存shrink_t
I have an application that I am building that needs to modify a configuration file. My problem is that I am not able to read the file in line by line.I keep geeting the the entire file as a single st