Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

how to hide the c++ console

#include <WinUser.h>

ShowWindow(GetConsoleWindow(), SW_HIDE);
 
PREVIOUS NEXT
Tagged: #hide #console
ADD COMMENT
Topic
Name
3+4 =