ConvertDataTypes.comConvert data types programming in one click !

Convert char to wchar_t in C++

    5825 hits
  • char vIn = 0;
  • wchar_t vOut = (wchar_t)vIn;