摘要:// test.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #include using namespace std; int _tmain(int argc, _TCHAR* argv[]) { TCHAR szPath[MAX_PATH]; GetSystemDi...
阅读全文
03 2018 档案
摘要:// test.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #include using namespace std; int _tmain(int argc, _TCHAR* argv[]) { TCHAR szPath[MAX_PATH]; GetSystemDi...
阅读全文
|