int to string

int i=9;

stringstream stream;
stream << i;
stream.str()

posted @ 2016-07-28 12:08  ahuo  阅读(201)  评论(0编辑  收藏  举报