12/01/2016

string to LPCTSTR

Very simple way~


string s;
CString cs(s.c_str()); //< - lpctstr


No comments:

Post a Comment