CString 객체 생성과 초기화 // 2009. 9. 15 WJY //MFC : MakeLower() + MakeReverse() + CStringa // 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 ///////////////////////////////////////////////////////////////////////////// // T..