关于指针的引用或者二级指针
摘要:#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
posted @ 2018-08-17 09:56
posted @ 2018-07-29 21:19
posted @ 2018-07-29 21:00