摘要: class Intcell { public: Intcell () {storeValue = 0;} // Int (int initialValue) {storeValue = initialValue;} private: int storeValue ; } Constructor: 分 阅读全文
posted @ 2020-05-17 02:37 John_K 阅读(184) 评论(0) 推荐(0)