ConvertDataTypes.comConvert data types programming in one click !

Convert __int64 to wchar_t* in C++

    5297 hits
  • __int64 vIn = 0;
  • wchar_t vOut [21];
  • _i64tow_s(vIn,vOut,sizeof(vOut)/2,10);