【C學習筆記】二進制讀寫文件

#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <string.h> void WriteText() { //初始化一些數據,寫入文本文件data.txt; char * str = "鋤禾日當午,\n汗滴禾下土。\n誰知盤中餐,\n粒粒皆辛苦!"; FILE *p = fop
相關文章
相關標籤/搜索