C++學習記錄之string輸出

   代碼: #include<iostream> using namespace::std; int main(void) { string str("abcdefg"); cout << str << endl; cout << str.c_str() << endl; cout << str[0] << endl; cout << str[2] << endl; cout << str[23
相關文章
相關標籤/搜索