C++string類經常使用方法

#include<iostream> #include<string> using namespace std; int main() { string str1 = "hello"; string* str2 = new string("hello"); string str3 = "world"; //獲取字符串長度 int length = str1.length(); co
相關文章
相關標籤/搜索