由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - what's the purpose of pointer to pointers?
相关主题
what does this statement mean?pointer overflow
Array in Cabout STL functor and function pointers
Why do I need to use "plain" pointer?C++ Q05: pointer to constant variable
一个简单的小问题find start point of loop from linked list
请问可以这样定义struct吗?C++ Q93 - Q95 (转载)
how to do it ?=======Problem – coding in c++c++ pointers are iterators, why?
is smart_ptr really that good?int F::*x = &F::x是什么意思?
[合集] pointer in Cc++ 里用到pointer 的地方我们尽可能用smart pointer吗?
相关话题的讨论汇总
话题: pointers话题: pointer话题: purpose话题: what话题: explain
进入Programming版参与讨论
1 (共1页)
t*******y
发帖数: 637
1
can anyone explain?
Thanks
j***n
发帖数: 301
2
Node *root; // assume this is the root of a tree
deleteTree( root ); // you are required to free up the whole tree and set ro
ot to null. how would you do that?

【在 t*******y 的大作中提到】
: can anyone explain?
: Thanks

1 (共1页)
进入Programming版参与讨论
相关主题
c++ 里用到pointer 的地方我们尽可能用smart pointer吗?请问可以这样定义struct吗?
不如各位高手挑个专题讲讲C++11吧 how to do it ?=======Problem – coding in c++
Go adopts JavaScript’s idea of semicolon insertionis smart_ptr really that good?
有什么工具可以检查内存泄漏么[合集] pointer in C
what does this statement mean?pointer overflow
Array in Cabout STL functor and function pointers
Why do I need to use "plain" pointer?C++ Q05: pointer to constant variable
一个简单的小问题find start point of loop from linked list
相关话题的讨论汇总
话题: pointers话题: pointer话题: purpose话题: what话题: explain