C语言 c++ php mysql nginx linux lnmp lamp lanmp memcache redis 面试 笔记 ppt 设计模式 问题 远程连接

  2015年7月4日
摘要: 强制转换父类对象为子类#include#include#include using namespace std;class father{public: void smart(){} virtual ~father(){}};class son : public father{pub... 阅读全文
posted @ 2015-07-04 22:34 思齐_ 阅读(277) 评论(0) 推荐(0) 编辑