string - get length of `wchar_t*` in c++ - Stack Overflow

string - get length of `wchar_t*` in c++ - Stack Overflow

瀏覽:604
日期:2025-04-28
Please, how can I find out the length of a variable of type wchar_t* in c++? code example below: wchar_t* dimObjPrefix = L"retro_"; I would like to find out how many characters dimObjPrefix con... ... @Jacob: a wchar_t is not a string, and it doesn't have...看更多