摘要:
#include <iostream> #include <string> #include <sstream> #include <fstream> #include <Windows.h> using namespace std; int main() { char str[MAX_PATH]; 阅读全文
posted @ 2020-03-26 13:55
strive-sun
阅读(146)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <string> #include <sstream> #include <fstream> #include <Windows.h> using namespace std; int main() { HKEY key; if (RegOp 阅读全文
posted @ 2020-03-26 10:09
strive-sun
阅读(688)
评论(0)
推荐(0)