MFC Console Programming을 할 때에는 win32console application으로 해야 하며 an application that supports mfc를 선택해야함 // 2009. 9. 15 WJY // Console.cpp : Defines the entry point for the console application. //콘솔이기때문에 메시지 구동구조가 없다. #include "stdafx.h" #include "Console.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////////////////////////////////////////////..