문자열 변환 썸네일형 리스트형 [MFC] 다양한 문자열 형식간 변환 출처: http://msdn.microsoft.com/ko-kr/library/ms235631.aspx 1) char * -> wchar_t*, _bstr_t, CComBSTR, CString, basic_string, System.String// convert_from_char.cpp // compile with: /clr /link comsuppw.lib #include #include #include #include "atlbase.h" #include "atlstr.h" #include "comutil.h" using namespace std; using namespace System; int main() { // Create and display a C style string, and then .. 더보기 이전 1 다음