什麼是std::string...?怎麼用

std::string是標準C++的字符串實現。爲了讓程序好移植,要用std::string。比如: 方法1: #include <string> std::string 方法2: #include <string> using namespace std; string 擴展資料: 顯式引入std名空間,std是c++的標準,這個名空間裏面定義了很多類,如常用的string等。  如果我們使用名
相關文章
相關標籤/搜索