摘要: 1 void CloseFile(FILE* ptrFile) 2 { 3 if (ptrFile == nullptr) 4 { 5 return; 6 } 7 CloseFile(ptrFile); 8 cout ptrFile(f, CloseFile); 15 if (ptrFile == nullptr)... 阅读全文
posted @ 2017-10-24 10:41 ye_ming 阅读(216) 评论(0) 推荐(0)