把书读薄----EffectiveCPP3(1)

来源:互联网 发布:软件外包开发管理制度 编辑:程序博客网 时间:2024/04/30 10:24

把书读薄----

EffectiveCPP3(1)

Chapter 1. Accustoming Yourself to C++

Item 1: View C++ as a federation of languages

Item 2: Prefer constS, enumS, and inlineS to #defineS

Item 3: Use const whenever possible

Item 4: Make sure that objects are initialized before they're used

原创粉丝点击