摘要: C++获取、修改系统环境变量 #include <iostream> #include <stdlib.h> #include <Windows.h> using namespace std; // 获取环境变量getenv("变量名") int main(){ char* strenv; pute 阅读全文
posted @ 2020-04-27 21:35 BISTER 阅读(192) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include <fstream> #include <vector> #include <io.h> using namespace std; //从jm文件中拷贝内容到另一个不jm文件,,注意不能通过程序读加密文件的内 阅读全文
posted @ 2020-04-27 18:06 BISTER 阅读(26) 评论(0) 推荐(0)