1234567
#include <Windows.h> void HideConsole() { HWND hWnd = GetConsoleWindow(); ShowWindow( hWnd, SW_HIDE ); }