摘要: 1,检查指针是否有效,即是否为NULL 1 void OutputMaxAndMin(int * pInputInteger, int InputNum, int * pMaxValue, int * pMaxNum, int * pMinValue, int * pMinNum) 2 { 3 ... 阅读全文
posted @ 2014-12-26 15:51 soul390 阅读(200) 评论(0) 推荐(0)