文章列表
Why do you need to append an L or F after a value assigned to a C++ constant?(为什么需要在分配给 C++ 常量的值之后附加 L 或 F?)
Const method that modifies *this without const_cast(不使用 const_cast 修改 *this 的 const 方法)
Propagate constness to data pointed by member variables(将常量传播到成员变量指向的数据)
const pointer assign to a pointer(const 指针分配给一个指针)
C++ const keyword - use liberally?(C++ const 关键字 - 随意使用?)
const to Non-const Conversion in C++(C++ 中 const 到非 const 的转换)
const in C vs const in C++(C 中的 const 与 C++ 中的 const)
Duplicate const qualifier allowed in C but not in C++?(在 C 中允许重复的 const 限定符但在 C++ 中不允许?)
Same function with const and without - When and why?(与 const 和没有相同的功能 - 何时以及为什么?)
Using #39;const#39; in class#39;s functions(在类的函数中使用“const)