$ 0 0 string str; char* cstr = new char; sprintf(cstr ,"%d%d",0,1); str = cstr;cout<<str<<endl;cout<<cstr<<endl;