06 2015 档案

该文被密码保护。
posted @ 2015-06-18 10:46 ike_li
摘要:#include int i = 0;while (i < 20){ i++; WriteLog("d:\\log.txt","aaaa中国人民");}/utf-8格式//WriteLog("d:\\log.txt", "aaaa中国人民");void WriteLog(char* file_pa... 阅读全文
posted @ 2015-06-03 14:39 ike_li 阅读(3324) 评论(0) 推荐(0)
摘要:此方法最实用的调用exe. #include <ShellAPI.h> string file_path = s_run_dir+"\\ConsoleApplication1.exe"; if (!myfile.IsFileExist(file_path)) { return 1; } LPCWST 阅读全文
posted @ 2015-06-02 10:29 ike_li 阅读(3775) 评论(0) 推荐(0)