More Effective C++中文版
Douban
ISBN: 9787508314860
author:
Scott meyers
translator:
侯捷
publishing house: 中国电力出版社
publication date: 2003
-3
series: 深入C++系列
binding: 平装
price: 50.00元
number of pages: 317
Scott meyers translator: 侯捷
overview
MoreEffectiveC++的重点包括:
·经过验证的一些用来改善程序效率的方法,包括尖锐而犀利地检验C++语言特性所带来的时间和空间上的成本
·广泛描述C++专家所使用的高阶技术,包括placement new,virtual constructors,smart pointers,reference counting,proxy classes,double-dispa
contents
序导读1 基础议题2 操作符3 异常4 效率5 技术6 杂项讨论推荐读物索引