code.club

標題: 字串和字元陣列的長度 [打印本頁]

作者: enter    時間: 2019-4-11 15:46
標題: 字串和字元陣列的長度
本帖最後由 enter 於 2019-4-12 08:33 編輯

string str = "This is a book.";
char *ch = "This is a book.";

cout<<str.size()<<endl<<str.length()<<endl<<strlen(ch);






歡迎光臨 code.club (https://code.club/) Powered by Discuz! X3.2