编程问答
Could I ever want to access the address zero?(我可以想访问地址零吗?)
C++ Access derived class member from base class pointer(C++ 从基类指针访问派生类成员)
Weird Behaviour with const_cast(const_cast 的奇怪行为)
Modifying a char *const string(修改 char *const 字符串)
Modifying a const int in C++(修改 C++ 中的 const int)
Check if a pointer points to allocated memory on the heap(检查一个指针是否指向堆上分配的内存)
C++ typedef interpretation of const pointers(C++ typedef const 指针的解释)
Constexpr pointer value(Constexpr 指针值)
Near and Far pointers(远近指针)
Performance cost of passing by value vs. by reference or by pointer?(按值传递与按引用或按指针传递的性能成本?)
When should I use raw pointers over smart pointers?(我什么时候应该使用原始指针而不是智能指针?)
C++: Is it safe to cast pointer to int and later back to pointer again?(C++:将指针转换为 int 然后再转换回指针是否安全?)