C++學習記錄之string操作函數

代碼: #include<iostream> #include<string> using namespace::std; int main(void) { string str1 = ("abcccccdefg"); string str2 = ("abc"); char STR[7] = {0}; cout << (str1 > str2) << endl;//true or flase co
相關文章
相關標籤/搜索