mb_str() != c_str()
2010-11-22
c_str:
Returns a pointer to the string data (const char* in ANSI build, const wchar_t* in Unicode build).
mb_str:
Returns multibyte (C string) representation of the string. In Unicode build, converts using conv’s cWC2MB method and returns wxCharBuffer. In ANSI build, this function is same as c_str.
Categorized as: Programming
답글 남기기