菜鳥李學習C++STL的過程和體會。(想記錄一下,以避免未來忘記)

初次接觸C++Traits技術,經過運行《C++STL基礎及應用》代碼,有些體會:ios #include <iostream>  #include <iomanip> using namespace std; class CIntArray { private: int a[10]; public: //構造函數 CIntArray() { for(int i=0;i<10;i++) { a
相關文章
相關標籤/搜索