C++學習筆記-string-2

1.ios #include<iostream> #include<string> #include<cctype>//加了一個c,把.h去掉,把c語言的頭文件換成c++的文件,標準庫函數都是同樣的 using namespace std; int main() { string s("hello world");//string類型不是字符數租,仍是能夠用下標操做字符,比較靈活
相關文章
相關標籤/搜索