jim*_*im 1 c++ windows stdstring
是否有相当于LPTSTR的字符串?我知道字符串和wstring.有没有tstring?
Ara*_*raK 9
你可以定义一个:
typedef std::basic_string<TCHAR> mystring; ... mystring test = _T("Hello World!");
归档时间:
16 年,3 月 前
查看次数:
948 次
最近记录:
14 年,10 月 前