摘要: 最近在看小甲鱼的视频,有段程序是这么写的: 1 #include 2 #include 3 4 class Pet 5 { 6 public: 7 Pet(std::string theName); 8 ~Pet(); 9 10 static int getCount(... 阅读全文
posted @ 2014-07-12 09:39 宋桓公 阅读(1005) 评论(0) 推荐(0)