其他分享
首页 > 其他分享> > 字符流(stringstream|sscanf)

字符流(stringstream|sscanf)

作者:互联网

stringstream:


运行结果:

通过getline可以读取一个包含空格的字符串,通过sstream把字符串按空格进行分割。
(注意使用的时候一定不要忘了头文件#include

sscanf:


运行结果:

标签:字符,sscanf,空格,stringstream,字符串,include,getline
来源: https://www.cnblogs.com/chen-ustc/p/15974944.html