#ifdef USE_CONSOLE
AllocConsole();
freopen("CONIN$", "r", stdin);
freopen("CONOUT$", "w", stdout);
freopen("CONOUT$", "w", stderr);
#endif
#ifdef USE_WIN32_CONSOLE
FreeConsole();
#endif开启调试控制台
最新推荐文章于 2025-12-26 03:00:00 发布
#ifdef USE_CONSOLE
AllocConsole();
freopen("CONIN$", "r", stdin);
freopen("CONOUT$", "w", stdout);
freopen("CONOUT$", "w", stderr);
#endif
#ifdef USE_WIN32_CONSOLE
FreeConsole();
#endif
1625

被折叠的 条评论
为什么被折叠?
