Thứ Ba, 30 tháng 10, 2012

C++ ~ stringstream

#include <sstream>

stringstream ss;

string name="Tom";

ss<<"Hello "<<name<<endl;


cout<<ss.str();


reference
http://hatsukiakio.blogspot.tw/2009/04/c-stringstream.html

Không có nhận xét nào:

Đăng nhận xét