기술 MFC CString to string 최대 1 분 소요 CString cStr = L"String"; CT2CA convertedString(cStr); std::string str = std::string(convertedString); 또는