搜索资源列表
The Best CC++ Tips Ever
- 中文译名《最优C/C++编程秘诀》。书中对new/delete、malloc/free,构造/析构函数等等C/C++难点问题有详细深入的讲解。-Hansard "optimal C / C programming tips." Book of the new / delete and malloc / free, Construction / destructor function, etc. C / C difficult issues detailed, in-depth
MoreEffectiveC++
- ·条款一:指针与引用的区别 ·条款二:尽量使用C++风格的类型转换 ·条款三:不要使用多态性数组 ·条款四:避免无用的缺省构造函数 ·条款五:谨慎定义类型转换函数 ·条款六:自增(increment)、自减(decrement)操作符前缀形式与后缀形式的区别