指针引用

替代双指针的参数传递 

如:void func(int ** pArray) ;

可以替换为:void func(int* & pArray);

posted @ 2014-07-14 21:51  RubbyZhang  阅读(135)  评论(0)    收藏  举报