c++指向指针的指针与 c++指针作为函数参数传递问题
摘要:一直搞不明白,c++中指针到底是个啥东西,今天遇到到c++,指向指针的指针的问题,突然有点开窍了。 举个例子: int main(int argc, char** argv){ int a[5]={1,2,3,4,5}; int *p=a; int **pointer=&p; std::cout<<
阅读全文
posted @ 2016-03-17 18:01
posted @ 2016-03-17 18:01
posted @ 2016-03-11 11:46
posted @ 2016-03-08 21:38
posted @ 2016-03-08 20:30
posted @ 2016-03-08 20:28