http://stackoverflow.com/questions/2848087/how-to-clear-stringstream
parser.str( std::string() );
parser.clear();
Charles Bailey' answer.
반응형
'공부하며놀자 > 프로그래밍' 카테고리의 다른 글
[프로그래밍][C++11] thread, future, promises, async (0) | 2016.08.24 |
---|---|
[프로그래밍][c++] printf string format %*.*s (0) | 2016.08.11 |
std::string to const char * (0) | 2015.11.20 |
[C++] std::string to LPCWSTR (0) | 2015.11.19 |
c++ CString to std::string, std::string to CString 문자열 변환 (0) | 2015.11.18 |
댓글