随笔分类 -  Windows

摘要:#include <windows.h>//系统会自动连接到指定的库文件lib #include <tlhelp32.h>//声明快照函数的头文件 #include <stdio.h>//std io 标准输入输出接口 #include <iostream> using namespace std; 阅读全文
posted @ 2022-12-12 15:45 dignitys