摘要: 请求的系统资源需要最终还回系统,为了避免遗忘返还这个动作,可以利用析构函数在object销毁时自动调用的特点来实现。简单说就是用object来管理资源。以内存资源为例class Investment {}; Investment* creatInvestment(){...} // factory ... 阅读全文
posted @ 2014-07-08 02:45 williamwood 阅读(153) 评论(0) 推荐(0) 编辑