ref : http://egloos.zum.com/merino/v/1090311
1. CString -> std::string
CString str = "hello";
std::string stdStr = str.GetBuffer(0);
2. std::string -> CString
std::string stdStr = "hello";
CString str = stdStr.c_str();
반응형
'공부하며놀자 > 프로그래밍' 카테고리의 다른 글
std::string to const char * (0) | 2015.11.20 |
---|---|
[C++] std::string to LPCWSTR (0) | 2015.11.19 |
javascript 자바스크립트 object to array (0) | 2015.08.05 |
폴더 안의 모든 파일 목록 가져오기 get list of files in a directory (0) | 2015.07.15 |
SFX(Self-Extracting) 코드 exe zip 자동 실행 exe zip (0) | 2015.04.08 |
댓글