Fork me on GitHub
摘要: 1 #include 2 #include 3 4 using namespace std; 5 6 class CPrototype 7 { 8 public: 9 CPrototype() 10 { 11 12 } 13 CPrototype(int iAge): m_iAge(iAge) 14 ... 阅读全文
posted @ 2017-05-04 20:32 码农的逼格 阅读(405) 评论(0) 推荐(0)