摘要:
1. 单一继承 (1)实验代码 #include <iostream> #include <string> using namespace std; void visitVtbl(int **vtbl) { cout << vtbl << endl; cout << "\t[-1]: " << (l 阅读全文
posted @ 2016-06-24 23:08 浅墨浓香 阅读(356) 评论(1) 推荐(0)
|
||
|
摘要:
1. 单一继承 (1)实验代码 #include <iostream> #include <string> using namespace std; void visitVtbl(int **vtbl) { cout << vtbl << endl; cout << "\t[-1]: " << (l 阅读全文
posted @ 2016-06-24 23:08 浅墨浓香 阅读(356) 评论(1) 推荐(0) |
||