Hi,
how can I get the c_str() from a CString? The only way I've found is this:
const char* str = (LPCSTR)cstring ;
--
Daniel
how can I get the c_str() from a CString? The only way I've found is this:
const char* str = (LPCSTR)cstring ;
--
Daniel
Comment