C++複製構造函數以及賦值運算符重載

//statement.h #ifndef STATEMENT_H_ #define STATEMENT_H_ #include<iostream> using std::cout; using std::cin; using std::ostream; using std::istream; class String { private: char *str; int len; stati
相關文章
相關標籤/搜索