"stdafx.h" 파일에 다음과 같이 삽입하고 사용하면 된다.



#ifdef _DEBUG

#pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console")

#endif

+ Recent posts