how to hide the c 2b 2b console

Solutions on MaxInterview for how to hide the c 2b 2b console by the best coders in the world

showing results for - "how to hide the c 2b 2b console"
Fynn
21 Jul 2020
1#include <WinUser.h>
2
3ShowWindow(GetConsoleWindow(), SW_HIDE);