C++學習第三天

一些基礎就可以略過了,看書不能太呆板。 如果把一本書看完了,剩下的就是在實際項目中進行整合,訓練,然後整理成筆記。 每天敲點程序,記點筆記。   變量作用域 代碼: #include <iostream> #include <string> #include <conio.h> std::string s1 = "hello"; //全局 int main(){ std::string
相關文章
相關標籤/搜索