摘要: 1 #include <iostream> 2 #include <string> 3 #include <windows.h> 4 5 using namespace std; 6 7 int main(int argc, char *argv[]) 8 { 9 if(argc != 3) // 阅读全文
posted @ 2018-07-03 15:33 hoy0a1d 阅读(895) 评论(0) 推荐(0) 编辑
摘要: 1 #include <windows.h> 2 using namespace std; 3 4 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, 5 LPSTR lpCmdLine, int nCmdShow) 6 阅读全文
posted @ 2018-07-03 12:29 hoy0a1d 阅读(313) 评论(0) 推荐(0) 编辑