ConvertDataTypes.comConvert data types programming in one click !

Convert wchar_t* to int in C++

    9344 hits
  • wchar_t * vIn = L"0";
  • int vOut = _wtoi(vIn);