随笔分类 -  c/c++

摘要:1 #include 2 using namespace std; 3 4 class Base1 5 { 6 public: 7 Base1() 8 { 9 cout << "class Base1" << endl; 10 } 11 }; 12 13 class Base2 14 { 15 public: 16 Base... 阅读全文
posted @ 2016-06-25 21:34 你眉目~依如画 阅读(801) 评论(0) 推荐(0)
摘要:参考资料:http://blog.csdn.net/hackbuteer1/article/details/7883531 阅读全文
posted @ 2016-05-07 22:06 你眉目~依如画 阅读(650) 评论(0) 推荐(0)