istringstream

istringstream   is("hello   world");   
  
string   s,str;   
  str   
=   is.str()   ;   //str   =   hello   world   
  is   >>   s;                   //s   =   hello   
  str   =   is.str()   ;   //str   =   hello   world  
posted on 2008-09-16 22:24  风荷小筑  阅读(504)  评论(0)    收藏  举报