반응형

출처: http://stackoverflow.com/questions/25811924/cstring-to-stdcout


다음 코드처럼 하면 CString 문자열을 콘솔로 출력할 수 있다.


CString str = "Hello";
std::wcout << str.GetString();
반응형
Posted by 애콜라이트
l

free counters