摘要: <C++标准函数库>中说的有三个函数可以将字符串的内容转换为字符数组和C—string1.data(),返回没有”\0“的字符串数组2,c_str(),返回有”\0“的字符串数组3,copy().................................................................in... 阅读全文
posted @ 2010-01-14 14:55 谭志宇 阅读(1596) 评论(0) 推荐(0)