컴퓨터공학/C,C++,MFC

유니코드 CString 에서 std::string으로 변환하기

igloo2 2012. 5. 5. 11:03

CString cs

CT2CA temp(cs);
string line(temp);