2018年8月17日

关于指针的引用或者二级指针

摘要: #include <iostream> const int MAXSIZE = 10; void arrSetZero(int *arr,int size){ for(int i=0;i<size;i++){ arr[i] = 0; } } void arrDealWithoutNew(int *a 阅读全文

posted @ 2018-08-17 09:56 jyunlon 阅读(649) 评论(0) 推荐(0) 编辑

导航