Thursday, July 30, 2009

How to transform TCHAR[] to string in C++ ?

thx : )

How to transform TCHAR[] to string in C++ ?
try





TCHAR test[];





(string)test;


No comments:

Post a Comment