#define _WIN32_WINNT 0x0500 #include <windows.h> #include <iostream> int main() { HWND hWnd = GetConsoleWindow(); ShowWindow( hWnd, SW_HIDE ); return 0; }