dynamics_cast<>
摘要:
1 #include 2 3 class A 4 { 5 public: 6 A(){} 7 ~A(){} 8 virtual int data(){return 1;} 9 };10 class B:public A11 {12 public:13 B(){}... 阅读全文
posted @ 2015-09-04 01:09 gearslogy 阅读(273) 评论(0) 推荐(0) 编辑
Modern C++ 创造非凡 . 改变世界
2015年9月4日 #
posted @ 2015-09-04 01:09 gearslogy 阅读(273) 评论(0) 推荐(0) 编辑