본문 바로가기
C++

How to remove the console window

by 사무실 꿀벌 2020. 12. 1.
반응형
#include "Stdafx.h"
#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup")

void main()
{
...
.....
}

 

반응형

'C++' 카테고리의 다른 글

MS WORD AUTOMATION  (0) 2023.02.16
CString increment code  (0) 2020.12.15
다이얼로그 숨김  (0) 2020.07.16
CFile Function Write()  (0) 2020.06.24
MFC ListControl Func  (0) 2020.06.23