DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CPP
how to hide the console c++
#
include
<WinUser.h>
int
main
{
ShowWindow
(
GetConsoleWindow
(
)
,
SW_HIDE
)
;
return
0
;
}
PREVIOUS
NEXT
Tagged:
#hide
#console
ADD COMMENT
Topic
COMMENT
Name
9+9 =
Submit