c_str() 函数
摘要:
Syntax: #include <string> const char* c_str();The function c_str() returns a const pointer to a regular C string, identical to the current string. The returned string is null-terminated.Note th... 阅读全文
posted @ 2008-08-21 09:50 itolssy 阅读(1729) 评论(0) 推荐(0)
浙公网安备 33010602011771号