Given a stringstream object ss, we can assign data to the ss buffer as follows using the << operator. stringstream ss; ss<< “hello,world!!”;.
確定! 回上一頁