[c++]字符串分割

在實際的工做,常常須要將一行字符串按照逗號或空格分割成多個字符串。 使用boost庫能夠直接完成該功能,示例代碼以下,實現按照空格分割字符串ios #include <iostream> #include <boost/algorithm/string.hpp> #include <fstream> #include <string> #include <vector> int main(int
相關文章
相關標籤/搜索