C语言file相关函数学习
摘要:
1、errno_t fopen_s( FILE** pFile, const char *filename, const char *mode ); 注:fopen_s能过创建文件,但无法创建目录 eg: int main(){ char* fileName0 = "F:\\a\\t0.txt"; 阅读全文
posted @ 2017-01-07 19:50 zoghin 阅读(277) 评论(0) 推荐(0)
posted @ 2017-01-07 19:50 zoghin 阅读(277) 评论(0) 推荐(0)