haitao: 再请教C++老手:库函数怎样定义更好?char* xxxx(char* a)这样好,还是string xxxx(string a)这样好 [阅读: 761] 2004-12-22 05:43:34 感觉string真的还挺好用,就怕开销是不是很大?安全?