标签:待完善 bsp har col string类 code acm return class
待完善
string 转 char*
int main() { string s = "aba"; char a[100]; s.copy(a,3,0); cout << a << endl; return 0; }
标签:待完善 bsp har col string类 code acm return class
原文地址:https://www.cnblogs.com/Asurudo/p/10493644.html