More Effective C++中文版的笔记(1)

>我来写笔记

按有用程度 按页码先后 最新笔记

  • rhubarb
    第100页

    rhubarb

    Difference between pointer and reference: 1. reference cannot be null 2. reference must be initialized 3. reference always refers to the object with which it is initialized 4. operator [] return reference ================= Cast: static_cast is quite similar to the old c-style cast, the only difference is that static_cast cannot cast away constness; dynamic_cast is used to cast types in... (更多)

    2011-12-21 05:09:13   回应

笔记是你写在书页留白边上的内容;是你阅读中的批注、摘抄及随感。

笔记必须是自己所写,不欢迎转载。摘抄原文的部分应该进行特殊标明。

More Effective C++中文版

>More Effective C++中文版