摘要: #include <iostream> #include <Windows.h> #include <winternl.h> #include <tchar.h> #pragma comment(lib, "ntdll") int main() { // create destination pro 阅读全文
posted @ 2020-07-02 18:09 strive-sun 阅读(1170) 评论(0) 推荐(0) 编辑
摘要: #include <Windows.h> #include <iostream> #include <string> #pragma warning(disable:4996) int main() { const char *day[] = {"Sunday","Monday","Tuesday" 阅读全文
posted @ 2020-07-02 15:36 strive-sun 阅读(638) 评论(0) 推荐(0) 编辑