2位哥哥..我再次恳求停止这种无休止的争吵,这里是编程论坛啊,并不是什么"灌水区"!
希望此次时间不要分散大家的精力,大家还是应该把主要的时间和精力用于学习,共同进步,我也很高兴
认识大家,只是希望大家能通过关于学术上共同的语言来增进交流....而不是.....
Over.....

Pointers to Multidimensional Arrays
How would you declare a pointer variable pz that can point to a two-dimensional array such as zippo? Such a pointer could be used, for example, in writing a function to deal with zippo-like arrays. Will the type pointer-to-int suffice? No. That type is compatible with zippo[0], which points to a single int. But zippo is the address of its first element, which is an array of two ints. Hence, pz must point to an array of two ints, not to a single int. Here is what you can do:
int (* pz)[2]; // pz points to an array of 2 ints
我是新手,看了前面的一个回帖,是我有些困惑,,,究竟那里的**p合法吗?
在编程时,是 可用/但不鼓励 还是 经常这样遍历呢???
费了好大的劲才看完你们的帖子
撇开技术不说(自认为没资格评说技术)
说说你的语气 充斥着傲慢 无理 本来是有理的 也让人感觉是在强词夺理
说教不应该是这样的
更何况是讨论
你一定不是个好老师 也一定不是个能够合作的人
感觉让人难以相处
问题求精 可以
态度过钻 就不好了
这样只能让你变成讨厌的人
以上是出自内心 一番好意
我发现穆扬是没事闲的。斑竹不要理他。
学C的跑到C++里来做什么
学C也可以学C++啊,虽然 穆杨人品不怎样,不懂得尊重别人的劳动,但是学术精神我很是佩服的。我建议良性讨论。