stdafx.h 또는 적당한 파일 맨위에 다음 한줄을 추가하면 보이더라.

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


이렇게 하면, 우리가 그리워 하던 printf를 마구마구 쓸 수 있다.
(그러고보니, 쓸일은 없겠지만, CString이나 Tchar[]가 %s로 될지 궁금하다;)
: