C++的一些筆試面試題總結

1.實現String函數的構造函數,拷貝構造函數,析構函數,賦值運算符重載函數 #include <IOSTREAM> #include <STRING> using namespace std; class String { public: //通用構造函數 String(const char * data); //拷貝構造函數 String(const String & str);
相關文章
相關標籤/搜索