C/C++ operator操作符

  題目應該是描述錯誤,應該是將輸入的int轉化爲string #include <stdio.h> #include <string> using std::string; class AfInteger { private: int value; public: AfInteger() { this->value = 0; } AfInteger(int value):val
相關文章
相關標籤/搜索