從String類看寫C++ class須要注意的地方

    // String.h的定義: #include <string.h> //strlen, strcpy等C字符串處理函數 #include <iostream>ios using namespace std;數組 class String { public:     String(const char* p=NULL)      // 構造函數     {         if(p==N
相關文章
相關標籤/搜索