摘要: Talk is cheap, show you the code:1.(普通的) 1 #include 2 3 class B { 4 public: 5 void func() const { 6 puts("B!"); 7 } 8 }; 9 10 c... 阅读全文
posted @ 2015-10-26 22:57 Newdawn_ALM 阅读(184) 评论(0) 推荐(0) 编辑