ConvertDataTypes.comConvert data types programming in one click !

Convert int to wchar_t in C

    37007 hits
  • int vIn = 0;
  • wchar_t vOut = (wchar_t)vIn;