Where I can disable in Microsoft-Visual-C++ showing console window?
You could hide it right on startup. I do not know whether this will cause flicker:
HWND hWnd = GetConsoleWindow(); ShowWindow( hWnd, SW_HIDE );