#include "stdafx.h"
#pragma comment( linker, "/subsystem:/"windows/" /entry:/"mainCRTStartup/"" )
int main(int argc, _TCHAR* argv[])
{
printf("不显示dos窗口");
getchar();
return 0;
}
VC 开发控制台程序 不出现CMD对话框的方法
最新推荐文章于 2023-10-04 20:26:17 发布