in C++ is wchat_t* or BSTR. Also you can use the ATL _bstr_t. THe differencer between char* and wchar_t* is whac wchar_t is double byte for a single character. You may also find the name UNICODE. Is pretty the same as wchar_t*.
wher you're working with UNICODE you do:
wchar_t* x = L"hello world";//pay attention on L John Fill
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.