Windows/MFC

CString->LPSTR (type casting)

aucd29 2013. 10. 2. 17:38
[code]CString str;
LPSTR P = (LPSTR)(LPCTSTR)str[/code]