Friday, July 2, 2010

How to convert from CString into string

CString CStrTemp = "Makan Ayam";
string strTemp = LPCSTR(CStrTemp);

No comments: