2016年5月2日

C语言 文件操作10--配置文件读写

摘要: //配置文件读写项目 #define _CRT_SECURE_NO_WARNINGS #include #include #include int writefile(const char *path/*in*/, char *pkey/*in*/, char *pvalue/*in*/){ int ERRO_MSG = 0; if (path == NULL) ... 阅读全文

posted @ 2016-05-02 16:08 寒魔影 阅读(2329) 评论(0) 推荐(0) 编辑

导航