随笔分类 -  WinAPI

摘要:1、跟了一个函数 fopen,简单测试代码为: 1 #include 2 3 #define F_PATH "e:\\Z.txt" 4 5 int main(void) 6 { 7 FILE *fp=NULL;//需要注意 8 fp = fopen(F_PATH, "r"); ... 阅读全文
posted @ 2015-12-10 08:52 CodeSkill 阅读(412) 评论(0) 推荐(0)