Sunday 7 November 2010

Opening Console Window (콘솔창 열기)

In "stdafx.h"

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

And build, and execute.

No comments: