-
CString to string (std::string)Language/C++ 2019. 7. 1. 22:42
CString cstrMsg;
CT2CA tempMsg(cstrMsg);
std::string strMsg(tempMsg);
간단하다. CT2CA 처음알게된 놈이지만... 참 별난게 다있네..
'Language > C++' 카테고리의 다른 글
CString to OLECHAR FAR* (0) 2019.07.01 댓글
CString cstrMsg;
CT2CA tempMsg(cstrMsg);
std::string strMsg(tempMsg);
간단하다. CT2CA 처음알게된 놈이지만... 참 별난게 다있네..
CString to OLECHAR FAR* (0) | 2019.07.01 |
---|
댓글