i am trying to convert a LPCSTR string into LPCTSTR string. i want to concatenate two string,when i try like this
LPCSTR
LPCTSTR
LPCTSTR str1 = L\"Ra
See these notes: Unraveling Strings in Visual C++. The notes discuss the various kinds of strings you'll see in Microsoft C++ development and how to convert between them.