Using Boost's string algorithms would be easiest: #include <boost/algorithm/string.hpp> std::string str("hello world! ");
確定! 回上一頁