摘要: 12.1 #include "cow.h" #include <iostream> #include <cstring> using std::cout; using std::endl; Cow::Cow() { name[0] = '\0'; hobby = new char[1]; hobby 阅读全文
posted @ 2018-03-28 15:12 Bear_Guo 阅读(98) 评论(0) 推荐(0) 编辑