... const string & b) { 00076 string s; s.p->s = new char[strlen(b.c_str())+2]; 00077 s.p->s[0] = a; strcpy(s.p->s+1, b.c_str()); 00078 return s; ...
確定! 回上一頁