Loading

摘要: 1 #include <iostream.h> 2 3 class CExample 4 { 5 int m_nTest; 6 public: 7 8 CExample(int x):m_nTest(x) //带参数构造函数 9 { 10 cout << "constructor with argu 阅读全文
posted @ 2018-07-13 13:02 拾月凄辰 阅读(316) 评论(0) 推荐(0) 编辑