我想用C++编写一些标记字符串的东西.要解释我想要的内容,请使用以下字符串:
add string "this is a string with spaces!"
必须按如下方式拆分:
add string this is a string with spaces!
是否有基于标准库的快速方法?
c++ string token
c++ ×1
string ×1
token ×1