摘要:
//Author: Yao H. Wang//转载请注明出处:http://www.cnblogs.com/yaohwang/archive/2012/03/04/2367987.html 测试代码如下: 1 #include "stdafx.h" 2 #include <iostream> 3 4 using namespace std; 5 6 class Base 7 { 8 public: 9 int pubi;10 void pub()11 {12 cout << "Base public" << endl; 阅读全文
posted @ 2012-03-04 13:55
Yao H. Wang
阅读(940)
评论(0)
推荐(0)