文章列表
When should I use raw pointers over smart pointers?(我什么时候应该使用原始指针而不是智能指针?)
Performance cost of passing by value vs. by reference or by pointer?(按值传递与按引用或按指针传递的性能成本?)
Why doesn#39;t reference-to-member exist in C++?(为什么 C++ 中不存在对成员的引用?)
Near and Far pointers(远近指针)
Constexpr pointer value(Constexpr 指针值)
C++ typedef interpretation of const pointers(C++ typedef const 指针的解释)
Casting between void * and a pointer to member function(在 void * 和指向成员函数的指针之间进行转换)
Passing references to pointers in C++(在 C++ 中传递对指针的引用)
Why does cudaMalloc() use pointer to pointer?(为什么 cudaMalloc() 使用指针指向指针?)
How to know if a pointer points to the heap or the stack?(如何知道一个指针是指向堆还是栈?)